Html Css Color HEX #996B41 Dark Tan

📋 copy color: '#996B41'

red 153 ◦ green 107 ◦ blue 65

#996B41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tan #996B41

Tints of Dark Tan #996B41

RGB

 RED value IS 153 (60.16% from 255) = 47.08%

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 47.08%
G = 32.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#996B41 (or 0x996B41) is known color: Dark Tan. HEX triplet: 99, 6B and 41. RGB value is (153,107,65). Sum of RGB (Red+Green+Blue) = 153+107+65=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #996B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B41 is #6694BE. Grayscale: #747474. Windows color (decimal): -6722751 or 4287385. OLE color: 4287385.

HSL color Cylindrical-coordinate representation of color #996B41: hue angle of 28.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996B41 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 65 -
CMYK 0 0.30 0.58 0.4
HSL 28.64º 0.4% 0.43% -
HSV(B) 28.64º 0.58% 0.6% -
XYZ 19.35 17.67 7.39 -
YUV 115.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 153 107 65 0 0.30 0.58 0.4 28.64 0.4 0.43
Hex 99 6B 41 0 1E 3A 28 1D 28 2B
Octal 231 153 101 0 36 72 50 35 50 53
Binary 10011001 1101011 1000001 0 11110 111010 101000 11101 101000 101011

Color Harmonies of #996B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B41

Black with #996B41

Text Example


Text Example

White with #996B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996B41; }

 p { color: rgb(153,107,65); }

 H1.HeaderClassName
 {
   color: #996B41;
 }
 .AnyTagClassName
 {
   color: #996B41;
 }
</style>

background-color css

<style>
 a { background-color: #996B41; }

 a { background-color: rgb(153,107,65); }

 div.DivClassName
 {
   background-color: #996B41;
 }
 .BgClassName
 {
   background-color: #996B41;
 }
</style>

border-color css

<style>
 span { border-color: #996B41; }

 span { border-color: rgb(153,107,65); }

 td.TdClassName
 {
   border-color: #996B41;
 }
 .TagClassName
 {
   border-color: #996B41;
 }
</style>