Html Css Color HEX #966859 Au Chico

📋 copy color: '#966859'

red 150 ◦ green 104 ◦ blue 89

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

Shades of Au Chico #966859

Tints of Au Chico #966859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 43.73%
G = 30.32%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#966859 (or 0x966859) is known color: Au Chico. HEX triplet: 96, 68 and 59. RGB value is (150,104,89). Sum of RGB (Red+Green+Blue) = 150+104+89=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #966859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966859 is #6997A6. Grayscale: #747474. Windows color (decimal): -6920103 or 5859478. OLE color: 5859478.

HSL color Cylindrical-coordinate representation of color #966859: hue angle of 14.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #966859 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 89 -
CMYK 0 0.31 0.41 0.41
HSL 14.75º 0.26% 0.47% -
HSV(B) 14.75º 0.41% 0.59% -
XYZ 19.33 17.11 11.73 -
YUV 116.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 150 104 89 0 0.31 0.41 0.41 14.75 0.26 0.47
Hex 96 68 59 0 1F 29 29 F 1A 2F
Octal 226 150 131 0 37 51 51 17 32 57
Binary 10010110 1101000 1011001 0 11111 101001 101001 1111 11010 101111

Color Harmonies of #966859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966859

Black with #966859

Text Example


Text Example

White with #966859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966859; }

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

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

background-color css

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

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

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

border-color css

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

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

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