Html Css Color HEX #976158 Au Chico

📋 copy color: '#976158'

red 151 ◦ green 97 ◦ blue 88

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

Shades of Au Chico #976158

Tints of Au Chico #976158

RGB

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

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

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

R = 44.94%
G = 28.87%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#976158 (or 0x976158) is known color: Au Chico. HEX triplet: 97, 61 and 58. RGB value is (151,97,88). Sum of RGB (Red+Green+Blue) = 151+97+88=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #976158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976158 is #689EA7. Grayscale: #707070. Windows color (decimal): -6856360 or 5792151. OLE color: 5792151.

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

Color convert

RGB 151 97 88 -
CMYK 0 0.36 0.42 0.41
HSL 8.57º 0.26% 0.47% -
HSV(B) 8.57º 0.42% 0.59% -
XYZ 18.8 15.83 11.3 -
YUV 112.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 151 97 88 0 0.36 0.42 0.41 8.57 0.26 0.47
Hex 97 61 58 0 24 2A 29 9 1A 2F
Octal 227 141 130 0 44 52 51 11 32 57
Binary 10010111 1100001 1011000 0 100100 101010 101001 1001 11010 101111

Color Harmonies of #976158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976158

Black with #976158

Text Example


Text Example

White with #976158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976158; }

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

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

background-color css

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

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

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

border-color css

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

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

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