#956258

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

Shades of Au Chico #956258

Tints of Au Chico #956258

Color information

#956258 (or 0x956258) is unknown color: approx Au Chico. HEX triplet: 95, 62 and 58. RGB value is (149,98,88). Sum of RGB (Red+Green+Blue) = 149+98+88=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956258 is #6A9DA7. Grayscale: #707070. Windows color (decimal): -6987176 or 5792405. OLE color: 5792405.

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

Color convert

RGB1499888-
CMYK00.340.410.42
HSL9.84º25.74%46.47%-
HSV(B)9.84º40.94%58.43%-
XYZ18.5215.8311.31-
YUV112.11114.4154.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=44.48%
G=29.25%
B=26.27%

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
Decimal149988800.340.410.429.8425.7446.47
Hex956258022292Aa1a2e
Octal2251421300425152123256
Binary10010101110001010110000100010101001101010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956258; }

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

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

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

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

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

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

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

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