Html Css Color HEX #996655 Au Chico

📋 copy color: '#996655'

red 153 ◦ green 102 ◦ blue 85

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

Shades of Au Chico #996655

Tints of Au Chico #996655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

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

R = 45%
G = 30%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#996655 (or 0x996655) is known color: Au Chico. HEX triplet: 99, 66 and 55. RGB value is (153,102,85). Sum of RGB (Red+Green+Blue) = 153+102+85=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996655 is #6699AA. Grayscale: #737373. Windows color (decimal): -6724011 or 5596825. OLE color: 5596825.

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

Color convert

RGB 153 102 85 -
CMYK 0 0.33 0.44 0.4
HSL 15º 0.29% 0.47% -
HSV(B) 15º 0.44% 0.6% -
XYZ 19.53 16.93 10.83 -
YUV 115.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 153 102 85 0 0.33 0.44 0.4 15 0.29 0.47
Hex 99 66 55 0 21 2C 28 F 1D 2F
Octal 231 146 125 0 41 54 50 17 35 57
Binary 10011001 1100110 1010101 0 100001 101100 101000 1111 11101 101111

Color Harmonies of #996655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996655

Black with #996655

Text Example


Text Example

White with #996655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996655; }

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

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

background-color css

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

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

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

border-color css

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

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

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