#956658

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

Shades of Au Chico #956658

Tints of Au Chico #956658

Color information

#956658 (or 0x956658) is unknown color: approx Au Chico. HEX triplet: 95, 66 and 58. RGB value is (149,102,88). Sum of RGB (Red+Green+Blue) = 149+102+88=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956658 is #6A99A7. Grayscale: #727272. Windows color (decimal): -6986152 or 5793429. OLE color: 5793429.

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

Color convert

RGB14910288-
CMYK00.320.410.42
HSL13.77º25.74%46.47%-
HSV(B)13.77º40.94%58.43%-
XYZ18.9116.611.44-
YUV114.46113.07152.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=43.95%
G=30.09%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491028800.320.410.4213.7725.7446.47
Hex956658020292Ae1a2e
Octal2251461300405152163256
Binary10010101110011010110000100000101001101010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956658; }

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

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

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

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

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

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

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

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