Html Css Color HEX #976856 Au Chico

📋 copy color: '#976856'

red 151 ◦ green 104 ◦ blue 86

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

Shades of Au Chico #976856

Tints of Au Chico #976856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 44.28%
G = 30.5%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#976856 (or 0x976856) is known color: Au Chico. HEX triplet: 97, 68 and 56. RGB value is (151,104,86). Sum of RGB (Red+Green+Blue) = 151+104+86=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #976856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976856 is #6897A9. Grayscale: #747474. Windows color (decimal): -6854570 or 5662871. OLE color: 5662871.

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

Color convert

RGB 151 104 86 -
CMYK 0 0.31 0.43 0.41
HSL 16.62º 0.27% 0.46% -
HSV(B) 16.62º 0.43% 0.59% -
XYZ 19.39 17.15 11.09 -
YUV 116 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 151 104 86 0 0.31 0.43 0.41 16.62 0.27 0.46
Hex 97 68 56 0 1F 2B 29 11 1B 2E
Octal 227 150 126 0 37 53 51 21 33 56
Binary 10010111 1101000 1010110 0 11111 101011 101001 10001 11011 101110

Color Harmonies of #976856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976856

Black with #976856

Text Example


Text Example

White with #976856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976856; }

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

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

background-color css

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

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

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

border-color css

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

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

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