#956558

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

Shades of Au Chico #956558

Tints of Au Chico #956558

Color information

#956558 (or 0x956558) is unknown color: approx Au Chico. HEX triplet: 95, 65 and 58. RGB value is (149,101,88). Sum of RGB (Red+Green+Blue) = 149+101+88=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956558 is #6A9AA7. Grayscale: #717171. Windows color (decimal): -6986408 or 5793173. OLE color: 5793173.

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

Color convert

RGB14910188-
CMYK00.320.410.42
HSL12.79º25.74%46.47%-
HSV(B)12.79º40.94%58.43%-
XYZ18.8116.411.41-
YUV113.87113.4153.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=44.08%
G=29.88%
B=26.04%

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
Decimal1491018800.320.410.4212.7925.7446.47
Hex956558020292Ad1a2e
Octal2251451300405152153256
Binary10010101110010110110000100000101001101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956558; }

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

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

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

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

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

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

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

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