Html Css Color HEX #996457 Au Chico

📋 copy color: '#996457'

red 153 ◦ green 100 ◦ blue 87

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

Shades of Au Chico #996457

Tints of Au Chico #996457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 45%
G = 29.41%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#996457 (or 0x996457) is known color: Au Chico. HEX triplet: 99, 64 and 57. RGB value is (153,100,87). Sum of RGB (Red+Green+Blue) = 153+100+87=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996457 is #669BA8. Grayscale: #727272. Windows color (decimal): -6724521 or 5727385. OLE color: 5727385.

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

Color convert

RGB 153 100 87 -
CMYK 0 0.35 0.43 0.4
HSL 11.82º 0.28% 0.47% -
HSV(B) 11.82º 0.43% 0.6% -
XYZ 19.41 16.57 11.19 -
YUV 114.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 153 100 87 0 0.35 0.43 0.4 11.82 0.28 0.47
Hex 99 64 57 0 23 2B 28 C 1C 2F
Octal 231 144 127 0 43 53 50 14 34 57
Binary 10011001 1100100 1010111 0 100011 101011 101000 1100 11100 101111

Color Harmonies of #996457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996457

Black with #996457

Text Example


Text Example

White with #996457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996457; }

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

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

background-color css

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

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

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

border-color css

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

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

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