Html Css Color HEX #996759 Au Chico

📋 copy color: '#996759'

red 153 ◦ green 103 ◦ blue 89

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

Shades of Au Chico #996759

Tints of Au Chico #996759

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 44.35%
G = 29.86%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996759 (or 0x996759) is known color: Au Chico. HEX triplet: 99, 67 and 59. RGB value is (153,103,89). Sum of RGB (Red+Green+Blue) = 153+103+89=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996759 is #6698A6. Grayscale: #747474. Windows color (decimal): -6723751 or 5859225. OLE color: 5859225.

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

Color convert

RGB 153 103 89 -
CMYK 0 0.33 0.42 0.4
HSL 13.13º 0.26% 0.47% -
HSV(B) 13.13º 0.42% 0.6% -
XYZ 19.79 17.19 11.73 -
YUV 116.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 153 103 89 0 0.33 0.42 0.4 13.13 0.26 0.47
Hex 99 67 59 0 21 2A 28 D 1A 2F
Octal 231 147 131 0 41 52 50 15 32 57
Binary 10011001 1100111 1011001 0 100001 101010 101000 1101 11010 101111

Color Harmonies of #996759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996759

Black with #996759

Text Example


Text Example

White with #996759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996759; }

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

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

background-color css

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

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

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

border-color css

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

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

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