Html Css Color HEX #996A4E Dark Tan

📋 copy color: '#996A4E'

red 153 ◦ green 106 ◦ blue 78

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

Shades of Dark Tan #996A4E

Tints of Dark Tan #996A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 45.4%
G = 31.45%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#996A4E (or 0x996A4E) is known color: Dark Tan. HEX triplet: 99, 6A and 4E. RGB value is (153,106,78). Sum of RGB (Red+Green+Blue) = 153+106+78=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A4E is #6695B1. Grayscale: #757575. Windows color (decimal): -6722994 or 5139097. OLE color: 5139097.

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

Color convert

RGB 153 106 78 -
CMYK 0 0.31 0.49 0.4
HSL 22.4º 0.32% 0.45% -
HSV(B) 22.4º 0.49% 0.6% -
XYZ 19.67 17.63 9.57 -
YUV 116.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 153 106 78 0 0.31 0.49 0.4 22.4 0.32 0.45
Hex 99 6A 4E 0 1F 31 28 16 20 2D
Octal 231 152 116 0 37 61 50 26 40 55
Binary 10011001 1101010 1001110 0 11111 110001 101000 10110 100000 101101

Color Harmonies of #996A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A4E

Black with #996A4E

Text Example


Text Example

White with #996A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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