Html Css Color HEX #996259 Au Chico

📋 copy color: '#996259'

red 153 ◦ green 98 ◦ blue 89

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

Shades of Au Chico #996259

Tints of Au Chico #996259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 45%
G = 28.82%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996259 (or 0x996259) is known color: Au Chico. HEX triplet: 99, 62 and 59. RGB value is (153,98,89). Sum of RGB (Red+Green+Blue) = 153+98+89=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996259 is #669DA6. Grayscale: #717171. Windows color (decimal): -6725031 or 5857945. OLE color: 5857945.

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

Color convert

RGB 153 98 89 -
CMYK 0 0.36 0.42 0.4
HSL 8.44º 0.26% 0.47% -
HSV(B) 8.44º 0.42% 0.6% -
XYZ 19.31 16.23 11.57 -
YUV 113.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 153 98 89 0 0.36 0.42 0.4 8.44 0.26 0.47
Hex 99 62 59 0 24 2A 28 8 1A 2F
Octal 231 142 131 0 44 52 50 10 32 57
Binary 10011001 1100010 1011001 0 100100 101010 101000 1000 11010 101111

Color Harmonies of #996259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996259

Black with #996259

Text Example


Text Example

White with #996259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996259; }

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

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

background-color css

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

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

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

border-color css

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

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

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