#956659

Color #956659 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #956659

Tints of Au Chico #956659

Color information

#956659 (or 0x956659) is unknown color: approx Au Chico. HEX triplet: 95, 66 and 59. RGB value is (149,102,89). Sum of RGB (Red+Green+Blue) = 149+102+89=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956659 is #6A99A6. Grayscale: #727272. Windows color (decimal): -6986151 or 5858965. OLE color: 5858965.

HSL color Cylindrical-coordinate representation of color #956659: hue angle of 13º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956659 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14910289-
CMYK00.320.400.42
HSL13º25.21%46.67%-
HSV(B)13º40.27%58.43%-
XYZ18.9516.6111.66-
YUV114.57113.57152.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=43.82%
G=30%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491028900.320.400.421325.2146.67
Hex956659020282Ad192f
Octal2251461310405052153157
Binary10010101110011010110010100000101000101010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956659; }

 p { color: rgb(149,102,89); }

 H1.HeaderClassName
 {
   color: #956659;
 }
 .AnyTagClassName
 {
   color: #956659;
 }
</style>
background-color css

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

 a { background-color: rgb(149,102,89); }

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

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

 span { border-color: rgb(149,102,89); }

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