Html Css Color HEX #996356 Au Chico

📋 copy color: '#996356'

red 153 ◦ green 99 ◦ blue 86

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

Shades of Au Chico #996356

Tints of Au Chico #996356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 45.27%
G = 29.29%
B = 25.44%

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

#996356 (or 0x996356) is known color: Au Chico. HEX triplet: 99, 63 and 56. RGB value is (153,99,86). Sum of RGB (Red+Green+Blue) = 153+99+86=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996356 is #669CA9. Grayscale: #717171. Windows color (decimal): -6724778 or 5661593. OLE color: 5661593.

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

Color convert

RGB 153 99 86 -
CMYK 0 0.35 0.44 0.4
HSL 11.64º 0.28% 0.47% -
HSV(B) 11.64º 0.44% 0.6% -
XYZ 19.28 16.37 10.95 -
YUV 113.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 153 99 86 0 0.35 0.44 0.4 11.64 0.28 0.47
Hex 99 63 56 0 23 2C 28 C 1C 2F
Octal 231 143 126 0 43 54 50 14 34 57
Binary 10011001 1100011 1010110 0 100011 101100 101000 1100 11100 101111

Color Harmonies of #996356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996356

Black with #996356

Text Example


Text Example

White with #996356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996356; }

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

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

background-color css

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

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

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

border-color css

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

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

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