Html Css Color HEX #976355 Au Chico

📋 copy color: '#976355'

red 151 ◦ green 99 ◦ blue 85

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

Shades of Au Chico #976355

Tints of Au Chico #976355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 45.07%
G = 29.55%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#976355 (or 0x976355) is known color: Au Chico. HEX triplet: 97, 63 and 55. RGB value is (151,99,85). Sum of RGB (Red+Green+Blue) = 151+99+85=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976355 is #689CAA. Grayscale: #717171. Windows color (decimal): -6855851 or 5596055. OLE color: 5596055.

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

Color convert

RGB 151 99 85 -
CMYK 0 0.34 0.44 0.41
HSL 12.73º 0.28% 0.46% -
HSV(B) 12.73º 0.44% 0.59% -
XYZ 18.86 16.16 10.72 -
YUV 112.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 151 99 85 0 0.34 0.44 0.41 12.73 0.28 0.46
Hex 97 63 55 0 22 2C 29 D 1C 2E
Octal 227 143 125 0 42 54 51 15 34 56
Binary 10010111 1100011 1010101 0 100010 101100 101001 1101 11100 101110

Color Harmonies of #976355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976355

Black with #976355

Text Example


Text Example

White with #976355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976355; }

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

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

background-color css

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

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

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

border-color css

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

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

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