Html Css Color HEX #996456 Au Chico

📋 copy color: '#996456'

red 153 ◦ green 100 ◦ blue 86

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

Shades of Au Chico #996456

Tints of Au Chico #996456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 45.13%
G = 29.5%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#996456 (or 0x996456) is known color: Au Chico. HEX triplet: 99, 64 and 56. RGB value is (153,100,86). Sum of RGB (Red+Green+Blue) = 153+100+86=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996456 is #669BA9. Grayscale: #727272. Windows color (decimal): -6724522 or 5661849. OLE color: 5661849.

HSL color Cylindrical-coordinate representation of color #996456: hue angle of 12.54º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996456 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 86 -
CMYK 0 0.35 0.44 0.4
HSL 12.54º 0.28% 0.47% -
HSV(B) 12.54º 0.44% 0.6% -
XYZ 19.37 16.56 10.98 -
YUV 114.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 153 100 86 0 0.35 0.44 0.4 12.54 0.28 0.47
Hex 99 64 56 0 23 2C 28 D 1C 2F
Octal 231 144 126 0 43 54 50 15 34 57
Binary 10011001 1100100 1010110 0 100011 101100 101000 1101 11100 101111

Color Harmonies of #996456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996456

Black with #996456

Text Example


Text Example

White with #996456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996456; }

 p { color: rgb(153,100,86); }

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

background-color css

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

 a { background-color: rgb(153,100,86); }

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

border-color css

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

 span { border-color: rgb(153,100,86); }

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