Html Css Color HEX #996858 Au Chico

📋 copy color: '#996858'

red 153 ◦ green 104 ◦ blue 88

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

Shades of Au Chico #996858

Tints of Au Chico #996858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

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

R = 44.35%
G = 30.14%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996858 (or 0x996858) is known color: Au Chico. HEX triplet: 99, 68 and 58. RGB value is (153,104,88). Sum of RGB (Red+Green+Blue) = 153+104+88=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996858 is #6697A7. Grayscale: #747474. Windows color (decimal): -6723496 or 5793945. OLE color: 5793945.

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

Color convert

RGB 153 104 88 -
CMYK 0 0.32 0.42 0.4
HSL 14.77º 0.27% 0.47% -
HSV(B) 14.77º 0.42% 0.6% -
XYZ 19.85 17.38 11.54 -
YUV 116.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 153 104 88 0 0.32 0.42 0.4 14.77 0.27 0.47
Hex 99 68 58 0 20 2A 28 F 1B 2F
Octal 231 150 130 0 40 52 50 17 33 57
Binary 10011001 1101000 1011000 0 100000 101010 101000 1111 11011 101111

Color Harmonies of #996858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996858

Black with #996858

Text Example


Text Example

White with #996858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996858; }

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

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

background-color css

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

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

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

border-color css

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

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

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