Html Css Color HEX #975D55 Au Chico

📋 copy color: '#975D55'

red 151 ◦ green 93 ◦ blue 85

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

Shades of Au Chico #975D55

Tints of Au Chico #975D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 45.9%
G = 28.27%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#975D55 (or 0x975D55) is known color: Au Chico. HEX triplet: 97, 5D and 55. RGB value is (151,93,85). Sum of RGB (Red+Green+Blue) = 151+93+85=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #975D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975D55 is #68A2AA. Grayscale: #6D6D6D. Windows color (decimal): -6857387 or 5594519. OLE color: 5594519.

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

Color convert

RGB 151 93 85 -
CMYK 0 0.38 0.44 0.41
HSL 7.27º 0.28% 0.46% -
HSV(B) 7.27º 0.44% 0.59% -
XYZ 18.32 15.06 10.54 -
YUV 109.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 151 93 85 0 0.38 0.44 0.41 7.27 0.28 0.46
Hex 97 5D 55 0 26 2C 29 7 1C 2E
Octal 227 135 125 0 46 54 51 7 34 56
Binary 10010111 1011101 1010101 0 100110 101100 101001 111 11100 101110

Color Harmonies of #975D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D55

Black with #975D55

Text Example


Text Example

White with #975D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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