#956358

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

Shades of Au Chico #956358

Tints of Au Chico #956358

Color information

#956358 (or 0x956358) is unknown color: approx Au Chico. HEX triplet: 95, 63 and 58. RGB value is (149,99,88). Sum of RGB (Red+Green+Blue) = 149+99+88=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956358 is #6A9CA7. Grayscale: #707070. Windows color (decimal): -6986920 or 5792661. OLE color: 5792661.

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

Color convert

RGB1499988-
CMYK00.340.410.42
HSL10.82º25.74%46.47%-
HSV(B)10.82º40.94%58.43%-
XYZ18.6216.0211.34-
YUV112.7114.06153.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=44.35%
G=29.46%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149998800.340.410.4210.8225.7446.47
Hex956358022292Ab1a2e
Octal2251431300425152133256
Binary10010101110001110110000100010101001101010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956358; }

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

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

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

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

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

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

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

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