Html Css Color HEX #996256 Au Chico

📋 copy color: '#996256'

red 153 ◦ green 98 ◦ blue 86

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

Shades of Au Chico #996256

Tints of Au Chico #996256

RGB

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

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

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

R = 45.4%
G = 29.08%
B = 25.52%

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

#996256 (or 0x996256) is known color: Au Chico. HEX triplet: 99, 62 and 56. RGB value is (153,98,86). Sum of RGB (Red+Green+Blue) = 153+98+86=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996256 is #669DA9. Grayscale: #717171. Windows color (decimal): -6725034 or 5661337. OLE color: 5661337.

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

Color convert

RGB 153 98 86 -
CMYK 0 0.36 0.44 0.4
HSL 10.75º 0.28% 0.47% -
HSV(B) 10.75º 0.44% 0.6% -
XYZ 19.18 16.18 10.92 -
YUV 113.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 153 98 86 0 0.36 0.44 0.4 10.75 0.28 0.47
Hex 99 62 56 0 24 2C 28 B 1C 2F
Octal 231 142 126 0 44 54 50 13 34 57
Binary 10011001 1100010 1010110 0 100100 101100 101000 1011 11100 101111

Color Harmonies of #996256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996256

Black with #996256

Text Example


Text Example

White with #996256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996256; }

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

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

background-color css

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

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

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

border-color css

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

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

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