#956153

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

Shades of Au Chico #956153

Tints of Au Chico #956153

Color information

#956153 (or 0x956153) is unknown color: approx Au Chico. HEX triplet: 95, 61 and 53. RGB value is (149,97,83). Sum of RGB (Red+Green+Blue) = 149+97+83=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #956153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956153 is #6A9EAC. Grayscale: #6F6F6F. Windows color (decimal): -6987437 or 5464469. OLE color: 5464469.

HSL color Cylindrical-coordinate representation of color #956153: hue angle of 12.73º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #956153 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1499783-
CMYK00.350.440.42
HSL12.73º28.45%45.49%-
HSV(B)12.73º44.3%58.43%-
XYZ18.2315.5610.23-
YUV110.95112.23155.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=45.29%
G=29.48%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149978300.350.440.4212.7328.4545.49
Hex9561530232C2Ad1c2d
Octal2251411230435452153455
Binary10010101110000110100110100011101100101010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956153; }

 p { color: rgb(149,97,83); }

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

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

 a { background-color: rgb(149,97,83); }

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

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

 span { border-color: rgb(149,97,83); }

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