Html Css Color HEX #976858 Au Chico

📋 copy color: '#976858'

red 151 ◦ green 104 ◦ blue 88

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

Shades of Au Chico #976858

Tints of Au Chico #976858

RGB

 RED value IS 151 (59.38% from 255) = 44.02%

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

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

R = 44.02%
G = 30.32%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#976858 (or 0x976858) is known color: Au Chico. HEX triplet: 97, 68 and 58. RGB value is (151,104,88). Sum of RGB (Red+Green+Blue) = 151+104+88=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #976858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976858 is #6897A7. Grayscale: #747474. Windows color (decimal): -6854568 or 5793943. OLE color: 5793943.

HSL color Cylindrical-coordinate representation of color #976858: hue angle of 15.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #976858 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 88 -
CMYK 0 0.31 0.42 0.41
HSL 15.24º 0.26% 0.47% -
HSV(B) 15.24º 0.42% 0.59% -
XYZ 19.47 17.18 11.52 -
YUV 116.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 151 104 88 0 0.31 0.42 0.41 15.24 0.26 0.47
Hex 97 68 58 0 1F 2A 29 F 1A 2F
Octal 227 150 130 0 37 52 51 17 32 57
Binary 10010111 1101000 1011000 0 11111 101010 101001 1111 11010 101111

Color Harmonies of #976858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976858

Black with #976858

Text Example


Text Example

White with #976858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976858; }

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

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

background-color css

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

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

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

border-color css

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

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

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