Html Css Color HEX #996255 Au Chico

📋 copy color: '#996255'

red 153 ◦ green 98 ◦ blue 85

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

Shades of Au Chico #996255

Tints of Au Chico #996255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 45.54%
G = 29.17%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#996255 (or 0x996255) is known color: Au Chico. HEX triplet: 99, 62 and 55. RGB value is (153,98,85). Sum of RGB (Red+Green+Blue) = 153+98+85=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996255 is #669DAA. Grayscale: #717171. Windows color (decimal): -6725035 or 5595801. OLE color: 5595801.

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

Color convert

RGB 153 98 85 -
CMYK 0 0.36 0.44 0.4
HSL 11.47º 0.29% 0.47% -
HSV(B) 11.47º 0.44% 0.6% -
XYZ 19.14 16.16 10.71 -
YUV 112.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 153 98 85 0 0.36 0.44 0.4 11.47 0.29 0.47
Hex 99 62 55 0 24 2C 28 B 1D 2F
Octal 231 142 125 0 44 54 50 13 35 57
Binary 10011001 1100010 1010101 0 100100 101100 101000 1011 11101 101111

Color Harmonies of #996255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996255

Black with #996255

Text Example


Text Example

White with #996255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996255; }

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

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

background-color css

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

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

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

border-color css

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

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

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