Html Css Color HEX #996859 Au Chico

📋 copy color: '#996859'

red 153 ◦ green 104 ◦ blue 89

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

Shades of Au Chico #996859

Tints of Au Chico #996859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 44.22%
G = 30.06%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996859 (or 0x996859) is known color: Au Chico. HEX triplet: 99, 68 and 59. RGB value is (153,104,89). Sum of RGB (Red+Green+Blue) = 153+104+89=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #996859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996859 is #6697A6. Grayscale: #757575. Windows color (decimal): -6723495 or 5859481. OLE color: 5859481.

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

Color convert

RGB 153 104 89 -
CMYK 0 0.32 0.42 0.4
HSL 14.06º 0.26% 0.47% -
HSV(B) 14.06º 0.42% 0.6% -
XYZ 19.89 17.39 11.76 -
YUV 116.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 153 104 89 0 0.32 0.42 0.4 14.06 0.26 0.47
Hex 99 68 59 0 20 2A 28 E 1A 2F
Octal 231 150 131 0 40 52 50 16 32 57
Binary 10011001 1101000 1011001 0 100000 101010 101000 1110 11010 101111

Color Harmonies of #996859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996859

Black with #996859

Text Example


Text Example

White with #996859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996859; }

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

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

background-color css

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

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

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

border-color css

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

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

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