#956458

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

Shades of Au Chico #956458

Tints of Au Chico #956458

Color information

#956458 (or 0x956458) is unknown color: approx Au Chico. HEX triplet: 95, 64 and 58. RGB value is (149,100,88). Sum of RGB (Red+Green+Blue) = 149+100+88=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #956458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956458 is #6A9BA7. Grayscale: #717171. Windows color (decimal): -6986664 or 5792917. OLE color: 5792917.

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

Color convert

RGB14910088-
CMYK00.330.410.42
HSL11.8º25.74%46.47%-
HSV(B)11.8º40.94%58.43%-
XYZ18.7116.2111.37-
YUV113.28113.73153.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=44.21%
G=29.67%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491008800.330.410.4211.825.7446.47
Hex956458021292Ac1a2e
Octal2251441300415152143256
Binary10010101110010010110000100001101001101010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956458; }

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

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

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

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

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

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

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

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