Color Hex Logo

#996841 Color Hex

#996841
(153,104,65)
0 Favorites   0 Comments

Color spaces of #996841

RGB 15310465
HSL0.070.400.43
HSV27°58°60°
CMYK 0.000.320.58   0.40
XYZ19.041317.05467.2893
Yxy17.05460.43890.3931
Hunter Lab41.297210.032618.4429
CIE-Lab48.328815.286129.7024

#996841 color RGB value is (153,104,65).

#996841 hex color red value is 153, green value is 104 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #996841 hue: 0.07 , saturation: 0.40 and the lightness value of 996841 is 0.43.

The process color (four color CMYK) of #996841 color hex is 0.00, 0.32, 0.58, 0.40. Web safe color of #996841 is #996633. Color #996841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101000 01000001
Octal 231 150 101
Decimal 153 104 65
Hex 99 68 41

RGB Percentages of Color #996841

%47.52
%32.30
%20.19

CMYK Percentages of Color #996841

%0
%32
%58
%40

Triadic Colors of #996841

#996841 #419968 #684199

Analogous Colors of #996841

#996841 #999441 #994146

Monochromatic Colors of #996841

#996841

Complementary Color

#996841 #417299

#996841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996841 Color CSS Codes

.mybgcolor {background-color:#996841; } 
.myforecolor {color:#996841; }
.mybordercolor {border:3px solid #996841; }

#996841 Text Font Color

<p style="color:#996841">Text here</p>

This sample text font color is #996841
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#996841 Background Color

<div style="background-color:#996841">
Div content here</div>

This div background color is #996841


#996841 Border Color

<div style="border:3px solid #996841">
Div here</div>

This div border color is #996841


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,104,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #996841; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #996841;
  -webkit-box-shadow: 1px 1px 3px 2px #996841;
  box-shadow:         1px 1px 3px 2px #996841; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,104,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #996841">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #996841;
  -webkit-box-shadow: 1px 1px 3px 2px #996841;
  box-shadow:         1px 1px 3px 2px #996841;">
Div content here</div>

This div box has shadow with color #996841


Comments

No comments written yet.

Please login to write comment.