Html Css Color HEX #996158 Au Chico

📋 copy color: '#996158'

red 153 ◦ green 97 ◦ blue 88

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

Shades of Au Chico #996158

Tints of Au Chico #996158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 45.27%
G = 28.7%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996158 (or 0x996158) is known color: Au Chico. HEX triplet: 99, 61 and 58. RGB value is (153,97,88). Sum of RGB (Red+Green+Blue) = 153+97+88=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996158 is #669EA7. Grayscale: #707070. Windows color (decimal): -6725288 or 5792153. OLE color: 5792153.

HSL color Cylindrical-coordinate representation of color #996158: hue angle of 8.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996158 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 88 -
CMYK 0 0.37 0.42 0.4
HSL 8.31º 0.27% 0.47% -
HSV(B) 8.31º 0.42% 0.6% -
XYZ 19.17 16.03 11.32 -
YUV 112.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 153 97 88 0 0.37 0.42 0.4 8.31 0.27 0.47
Hex 99 61 58 0 25 2A 28 8 1B 2F
Octal 231 141 130 0 45 52 50 10 33 57
Binary 10011001 1100001 1011000 0 100101 101010 101000 1000 11011 101111

Color Harmonies of #996158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996158

Black with #996158

Text Example


Text Example

White with #996158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996158; }

 p { color: rgb(153,97,88); }

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

background-color css

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

 a { background-color: rgb(153,97,88); }

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

border-color css

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

 span { border-color: rgb(153,97,88); }

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