Html Css Color HEX #976053 Au Chico

📋 copy color: '#976053'

red 151 ◦ green 96 ◦ blue 83

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

Shades of Au Chico #976053

Tints of Au Chico #976053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 45.76%
G = 29.09%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#976053 (or 0x976053) is known color: Au Chico. HEX triplet: 97, 60 and 53. RGB value is (151,96,83). Sum of RGB (Red+Green+Blue) = 151+96+83=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #976053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976053 is #689FAC. Grayscale: #6F6F6F. Windows color (decimal): -6856621 or 5464215. OLE color: 5464215.

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

Color convert

RGB 151 96 83 -
CMYK 0 0.36 0.45 0.41
HSL 11.47º 0.29% 0.46% -
HSV(B) 11.47º 0.45% 0.59% -
XYZ 18.51 15.57 10.21 -
YUV 110.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 151 96 83 0 0.36 0.45 0.41 11.47 0.29 0.46
Hex 97 60 53 0 24 2D 29 B 1D 2E
Octal 227 140 123 0 44 55 51 13 35 56
Binary 10010111 1100000 1010011 0 100100 101101 101001 1011 11101 101110

Color Harmonies of #976053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976053

Black with #976053

Text Example


Text Example

White with #976053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976053; }

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

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

background-color css

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

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

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

border-color css

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

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

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