Html Css Color HEX #966857 Au Chico

📋 copy color: '#966857'

red 150 ◦ green 104 ◦ blue 87

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

Shades of Au Chico #966857

Tints of Au Chico #966857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 43.99%
G = 30.5%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#966857 (or 0x966857) is known color: Au Chico. HEX triplet: 96, 68 and 57. RGB value is (150,104,87). Sum of RGB (Red+Green+Blue) = 150+104+87=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #966857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966857 is #6997A8. Grayscale: #737373. Windows color (decimal): -6920105 or 5728406. OLE color: 5728406.

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

Color convert

RGB 150 104 87 -
CMYK 0 0.31 0.42 0.41
HSL 16.19º 0.27% 0.46% -
HSV(B) 16.19º 0.42% 0.59% -
XYZ 19.25 17.07 11.3 -
YUV 115.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 150 104 87 0 0.31 0.42 0.41 16.19 0.27 0.46
Hex 96 68 57 0 1F 2A 29 10 1B 2E
Octal 226 150 127 0 37 52 51 20 33 56
Binary 10010110 1101000 1010111 0 11111 101010 101001 10000 11011 101110

Color Harmonies of #966857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966857

Black with #966857

Text Example


Text Example

White with #966857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966857; }

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

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

background-color css

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

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

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

border-color css

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

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

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