Html Css Color HEX #976058 Au Chico

📋 copy color: '#976058'

red 151 ◦ green 96 ◦ blue 88

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

Shades of Au Chico #976058

Tints of Au Chico #976058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

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

R = 45.07%
G = 28.66%
B = 26.27%

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

#976058 (or 0x976058) is known color: Au Chico. HEX triplet: 97, 60 and 58. RGB value is (151,96,88). Sum of RGB (Red+Green+Blue) = 151+96+88=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976058 is #689FA7. Grayscale: #6F6F6F. Windows color (decimal): -6856616 or 5791895. OLE color: 5791895.

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

Color convert

RGB 151 96 88 -
CMYK 0 0.36 0.42 0.41
HSL 7.62º 0.26% 0.47% -
HSV(B) 7.62º 0.42% 0.59% -
XYZ 18.71 15.65 11.27 -
YUV 111.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 151 96 88 0 0.36 0.42 0.41 7.62 0.26 0.47
Hex 97 60 58 0 24 2A 29 8 1A 2F
Octal 227 140 130 0 44 52 51 10 32 57
Binary 10010111 1100000 1011000 0 100100 101010 101001 1000 11010 101111

Color Harmonies of #976058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976058

Black with #976058

Text Example


Text Example

White with #976058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976058; }

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

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

background-color css

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

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

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

border-color css

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

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

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