Html Css Color HEX #996857 Au Chico

📋 copy color: '#996857'

red 153 ◦ green 104 ◦ blue 87

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

Shades of Au Chico #996857

Tints of Au Chico #996857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 44.48%
G = 30.23%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#996857 (or 0x996857) is known color: Au Chico. HEX triplet: 99, 68 and 57. RGB value is (153,104,87). Sum of RGB (Red+Green+Blue) = 153+104+87=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #996857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996857 is #6697A8. Grayscale: #747474. Windows color (decimal): -6723497 or 5728409. OLE color: 5728409.

HSL color Cylindrical-coordinate representation of color #996857: hue angle of 15.45º 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 #996857 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 87 -
CMYK 0 0.32 0.43 0.4
HSL 15.45º 0.28% 0.47% -
HSV(B) 15.45º 0.43% 0.6% -
XYZ 19.81 17.36 11.32 -
YUV 116.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 153 104 87 0 0.32 0.43 0.4 15.45 0.28 0.47
Hex 99 68 57 0 20 2B 28 F 1C 2F
Octal 231 150 127 0 40 53 50 17 34 57
Binary 10011001 1101000 1010111 0 100000 101011 101000 1111 11100 101111

Color Harmonies of #996857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996857

Black with #996857

Text Example


Text Example

White with #996857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996857; }

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

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

background-color css

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

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

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

border-color css

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

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

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