Html Css Color HEX #996855 Au Chico

📋 copy color: '#996855'

red 153 ◦ green 104 ◦ blue 85

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

Shades of Au Chico #996855

Tints of Au Chico #996855

RGB

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

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

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

R = 44.74%
G = 30.41%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#996855 (or 0x996855) is known color: Au Chico. HEX triplet: 99, 68 and 55. RGB value is (153,104,85). Sum of RGB (Red+Green+Blue) = 153+104+85=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #996855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996855 is #6697AA. Grayscale: #747474. Windows color (decimal): -6723499 or 5597337. OLE color: 5597337.

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

Color convert

RGB 153 104 85 -
CMYK 0 0.32 0.44 0.4
HSL 16.76º 0.29% 0.47% -
HSV(B) 16.76º 0.44% 0.6% -
XYZ 19.73 17.33 10.9 -
YUV 116.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 153 104 85 0 0.32 0.44 0.4 16.76 0.29 0.47
Hex 99 68 55 0 20 2C 28 11 1D 2F
Octal 231 150 125 0 40 54 50 21 35 57
Binary 10011001 1101000 1010101 0 100000 101100 101000 10001 11101 101111

Color Harmonies of #996855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996855

Black with #996855

Text Example


Text Example

White with #996855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996855; }

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

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

background-color css

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

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

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

border-color css

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

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

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