Html Css Color HEX #996355 Au Chico

📋 copy color: '#996355'

red 153 ◦ green 99 ◦ blue 85

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

Shades of Au Chico #996355

Tints of Au Chico #996355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 45.4%
G = 29.38%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#996355 (or 0x996355) is known color: Au Chico. HEX triplet: 99, 63 and 55. RGB value is (153,99,85). Sum of RGB (Red+Green+Blue) = 153+99+85=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996355 is #669CAA. Grayscale: #717171. Windows color (decimal): -6724779 or 5596057. OLE color: 5596057.

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

Color convert

RGB 153 99 85 -
CMYK 0 0.35 0.44 0.4
HSL 12.35º 0.29% 0.47% -
HSV(B) 12.35º 0.44% 0.6% -
XYZ 19.24 16.35 10.74 -
YUV 113.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 153 99 85 0 0.35 0.44 0.4 12.35 0.29 0.47
Hex 99 63 55 0 23 2C 28 C 1D 2F
Octal 231 143 125 0 43 54 50 14 35 57
Binary 10011001 1100011 1010101 0 100011 101100 101000 1100 11101 101111

Color Harmonies of #996355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996355

Black with #996355

Text Example


Text Example

White with #996355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996355; }

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

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

background-color css

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

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

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

border-color css

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

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

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