Html Css Color HEX #976655 Au Chico

📋 copy color: '#976655'

red 151 ◦ green 102 ◦ blue 85

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

Shades of Au Chico #976655

Tints of Au Chico #976655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

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

R = 44.67%
G = 30.18%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#976655 (or 0x976655) is known color: Au Chico. HEX triplet: 97, 66 and 55. RGB value is (151,102,85). Sum of RGB (Red+Green+Blue) = 151+102+85=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #976655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976655 is #6899AA. Grayscale: #727272. Windows color (decimal): -6855083 or 5596823. OLE color: 5596823.

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

Color convert

RGB 151 102 85 -
CMYK 0 0.32 0.44 0.41
HSL 15.45º 0.28% 0.46% -
HSV(B) 15.45º 0.44% 0.59% -
XYZ 19.15 16.74 10.82 -
YUV 114.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 151 102 85 0 0.32 0.44 0.41 15.45 0.28 0.46
Hex 97 66 55 0 20 2C 29 F 1C 2E
Octal 227 146 125 0 40 54 51 17 34 56
Binary 10010111 1100110 1010101 0 100000 101100 101001 1111 11100 101110

Color Harmonies of #976655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976655

Black with #976655

Text Example


Text Example

White with #976655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976655; }

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

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

background-color css

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

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

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

border-color css

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

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

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