Html Css Color HEX #976255 Au Chico

📋 copy color: '#976255'

red 151 ◦ green 98 ◦ blue 85

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

Shades of Au Chico #976255

Tints of Au Chico #976255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 45.21%
G = 29.34%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#976255 (or 0x976255) is known color: Au Chico. HEX triplet: 97, 62 and 55. RGB value is (151,98,85). Sum of RGB (Red+Green+Blue) = 151+98+85=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #976255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976255 is #689DAA. Grayscale: #707070. Windows color (decimal): -6856107 or 5595799. OLE color: 5595799.

HSL color Cylindrical-coordinate representation of color #976255: hue angle of 11.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #976255 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 98 85 -
CMYK 0 0.35 0.44 0.41
HSL 11.82º 0.28% 0.46% -
HSV(B) 11.82º 0.44% 0.59% -
XYZ 18.77 15.97 10.69 -
YUV 112.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 151 98 85 0 0.35 0.44 0.41 11.82 0.28 0.46
Hex 97 62 55 0 23 2C 29 C 1C 2E
Octal 227 142 125 0 43 54 51 14 34 56
Binary 10010111 1100010 1010101 0 100011 101100 101001 1100 11100 101110

Color Harmonies of #976255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976255

Black with #976255

Text Example


Text Example

White with #976255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976255; }

 p { color: rgb(151,98,85); }

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

background-color css

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

 a { background-color: rgb(151,98,85); }

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

border-color css

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

 span { border-color: rgb(151,98,85); }

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