Html Css Color HEX #996C41 Dark Tan

📋 copy color: '#996C41'

red 153 ◦ green 108 ◦ blue 65

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

Shades of Dark Tan #996C41

Tints of Dark Tan #996C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

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

R = 46.93%
G = 33.13%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#996C41 (or 0x996C41) is known color: Dark Tan. HEX triplet: 99, 6C and 41. RGB value is (153,108,65). Sum of RGB (Red+Green+Blue) = 153+108+65=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #996C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C41 is #6693BE. Grayscale: #747474. Windows color (decimal): -6722495 or 4287641. OLE color: 4287641.

HSL color Cylindrical-coordinate representation of color #996C41: hue angle of 29.32º 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 #996C41 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 108 65 -
CMYK 0 0.29 0.58 0.4
HSL 29.32º 0.4% 0.43% -
HSV(B) 29.32º 0.58% 0.6% -
XYZ 19.45 17.88 7.43 -
YUV 116.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 153 108 65 0 0.29 0.58 0.4 29.32 0.4 0.43
Hex 99 6C 41 0 1D 3A 28 1D 28 2B
Octal 231 154 101 0 35 72 50 35 50 53
Binary 10011001 1101100 1000001 0 11101 111010 101000 11101 101000 101011

Color Harmonies of #996C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C41

Black with #996C41

Text Example


Text Example

White with #996C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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