Html Css Color HEX #996A4C Dark Tan

📋 copy color: '#996A4C'

red 153 ◦ green 106 ◦ blue 76

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

Shades of Dark Tan #996A4C

Tints of Dark Tan #996A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 45.67%
G = 31.64%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#996A4C (or 0x996A4C) is known color: Dark Tan. HEX triplet: 99, 6A and 4C. RGB value is (153,106,76). Sum of RGB (Red+Green+Blue) = 153+106+76=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A4C is #6695B3. Grayscale: #747474. Windows color (decimal): -6722996 or 5008025. OLE color: 5008025.

HSL color Cylindrical-coordinate representation of color #996A4C: hue angle of 23.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996A4C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 76 -
CMYK 0 0.31 0.50 0.4
HSL 23.38º 0.34% 0.45% -
HSV(B) 23.38º 0.5% 0.6% -
XYZ 19.6 17.6 9.2 -
YUV 116.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 153 106 76 0 0.31 0.50 0.4 23.38 0.34 0.45
Hex 99 6A 4C 0 1F 32 28 17 22 2D
Octal 231 152 114 0 37 62 50 27 42 55
Binary 10011001 1101010 1001100 0 11111 110010 101000 10111 100010 101101

Color Harmonies of #996A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A4C

Black with #996A4C

Text Example


Text Example

White with #996A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,106,76); }

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

background-color css

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

 a { background-color: rgb(153,106,76); }

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

border-color css

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

 span { border-color: rgb(153,106,76); }

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