Html Css Color HEX #975F54 Au Chico

📋 copy color: '#975F54'

red 151 ◦ green 95 ◦ blue 84

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

Shades of Au Chico #975F54

Tints of Au Chico #975F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 45.76%
G = 28.79%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#975F54 (or 0x975F54) is known color: Au Chico. HEX triplet: 97, 5F and 54. RGB value is (151,95,84). Sum of RGB (Red+Green+Blue) = 151+95+84=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #975F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975F54 is #68A0AB. Grayscale: #6E6E6E. Windows color (decimal): -6856876 or 5529495. OLE color: 5529495.

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

Color convert

RGB 151 95 84 -
CMYK 0 0.37 0.44 0.41
HSL 9.85º 0.29% 0.46% -
HSV(B) 9.85º 0.44% 0.59% -
XYZ 18.45 15.4 10.39 -
YUV 110.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 151 95 84 0 0.37 0.44 0.41 9.85 0.29 0.46
Hex 97 5F 54 0 25 2C 29 A 1D 2E
Octal 227 137 124 0 45 54 51 12 35 56
Binary 10010111 1011111 1010100 0 100101 101100 101001 1010 11101 101110

Color Harmonies of #975F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975F54

Black with #975F54

Text Example


Text Example

White with #975F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,95,84); }

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

background-color css

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

 a { background-color: rgb(151,95,84); }

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

border-color css

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

 span { border-color: rgb(151,95,84); }

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