Html Css Color HEX #976353 Au Chico

📋 copy color: '#976353'

red 151 ◦ green 99 ◦ blue 83

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

Shades of Au Chico #976353

Tints of Au Chico #976353

RGB

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

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

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

R = 45.35%
G = 29.73%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#976353 (or 0x976353) is known color: Au Chico. HEX triplet: 97, 63 and 53. RGB value is (151,99,83). Sum of RGB (Red+Green+Blue) = 151+99+83=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #976353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976353 is #689CAC. Grayscale: #707070. Windows color (decimal): -6855853 or 5464983. OLE color: 5464983.

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

Color convert

RGB 151 99 83 -
CMYK 0 0.34 0.45 0.41
HSL 14.12º 0.29% 0.46% -
HSV(B) 14.12º 0.45% 0.59% -
XYZ 18.79 16.13 10.31 -
YUV 112.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 151 99 83 0 0.34 0.45 0.41 14.12 0.29 0.46
Hex 97 63 53 0 22 2D 29 E 1D 2E
Octal 227 143 123 0 42 55 51 16 35 56
Binary 10010111 1100011 1010011 0 100010 101101 101001 1110 11101 101110

Color Harmonies of #976353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976353

Black with #976353

Text Example


Text Example

White with #976353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976353; }

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

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

background-color css

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

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

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

border-color css

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

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

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