Html Css Color HEX #996258 Au Chico

📋 copy color: '#996258'

red 153 ◦ green 98 ◦ blue 88

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

Shades of Au Chico #996258

Tints of Au Chico #996258

RGB

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

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

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

R = 45.13%
G = 28.91%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996258 (or 0x996258) is known color: Au Chico. HEX triplet: 99, 62 and 58. RGB value is (153,98,88). Sum of RGB (Red+Green+Blue) = 153+98+88=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996258 is #669DA7. Grayscale: #717171. Windows color (decimal): -6725032 or 5792409. OLE color: 5792409.

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

Color convert

RGB 153 98 88 -
CMYK 0 0.36 0.42 0.4
HSL 9.23º 0.27% 0.47% -
HSV(B) 9.23º 0.42% 0.6% -
XYZ 19.27 16.21 11.35 -
YUV 113.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 153 98 88 0 0.36 0.42 0.4 9.23 0.27 0.47
Hex 99 62 58 0 24 2A 28 9 1B 2F
Octal 231 142 130 0 44 52 50 11 33 57
Binary 10011001 1100010 1011000 0 100100 101010 101000 1001 11011 101111

Color Harmonies of #996258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996258

Black with #996258

Text Example


Text Example

White with #996258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996258; }

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

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

background-color css

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

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

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

border-color css

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

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

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