Html Css Color HEX #996742 Dark Tan

📋 copy color: '#996742'

red 153 ◦ green 103 ◦ blue 66

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

Shades of Dark Tan #996742

Tints of Dark Tan #996742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.99%

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 47.52%
G = 31.99%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#996742 (or 0x996742) is known color: Dark Tan. HEX triplet: 99, 67 and 42. RGB value is (153,103,66). Sum of RGB (Red+Green+Blue) = 153+103+66=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996742 is #6698BD. Grayscale: #717171. Windows color (decimal): -6723774 or 4351897. OLE color: 4351897.

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

Color convert

RGB 153 103 66 -
CMYK 0 0.33 0.57 0.4
HSL 25.52º 0.4% 0.43% -
HSV(B) 25.52º 0.57% 0.6% -
XYZ 18.97 16.87 7.41 -
YUV 113.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 153 103 66 0 0.33 0.57 0.4 25.52 0.4 0.43
Hex 99 67 42 0 21 39 28 1A 28 2B
Octal 231 147 102 0 41 71 50 32 50 53
Binary 10011001 1100111 1000010 0 100001 111001 101000 11010 101000 101011

Color Harmonies of #996742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996742

Black with #996742

Text Example


Text Example

White with #996742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996742; }

 p { color: rgb(153,103,66); }

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

background-color css

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

 a { background-color: rgb(153,103,66); }

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

border-color css

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

 span { border-color: rgb(153,103,66); }

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