Html Css Color HEX #966557 Au Chico

📋 copy color: '#966557'

red 150 ◦ green 101 ◦ blue 87

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

Shades of Au Chico #966557

Tints of Au Chico #966557

RGB

 RED value IS 150 (58.98% from 255) = 44.38%

 GREEN value IS 101 (39.84% from 255) = 29.88%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 44.38%
G = 29.88%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#966557 (or 0x966557) is known color: Au Chico. HEX triplet: 96, 65 and 57. RGB value is (150,101,87). Sum of RGB (Red+Green+Blue) = 150+101+87=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #966557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966557 is #699AA8. Grayscale: #727272. Windows color (decimal): -6920873 or 5727638. OLE color: 5727638.

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

Color convert

RGB 150 101 87 -
CMYK 0 0.33 0.42 0.41
HSL 13.33º 0.27% 0.46% -
HSV(B) 13.33º 0.42% 0.59% -
XYZ 18.95 16.48 11.2 -
YUV 114.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 150 101 87 0 0.33 0.42 0.41 13.33 0.27 0.46
Hex 96 65 57 0 21 2A 29 D 1B 2E
Octal 226 145 127 0 41 52 51 15 33 56
Binary 10010110 1100101 1010111 0 100001 101010 101001 1101 11011 101110

Color Harmonies of #966557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966557

Black with #966557

Text Example


Text Example

White with #966557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966557; }

 p { color: rgb(150,101,87); }

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

background-color css

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

 a { background-color: rgb(150,101,87); }

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

border-color css

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

 span { border-color: rgb(150,101,87); }

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