#953644

Color #953644 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #953644

Tints of Well Read #953644

Color information

#953644 (or 0x953644) is unknown color: approx Well Read. HEX triplet: 95, 36 and 44. RGB value is (149,54,68). Sum of RGB (Red+Green+Blue) = 149+54+68=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953644 is #6AC9BB. Grayscale: #545454. Windows color (decimal): -6998460 or 4470421. OLE color: 4470421.

HSL color Cylindrical-coordinate representation of color #953644: hue angle of 351.16º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953644 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1495468-
CMYK00.640.540.42
HSL351.16º46.8%39.8%-
HSV(B)351.16º63.76%58.43%-
XYZ14.769.456.51-
YUV84118.97174.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=54.98%
G=19.93%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149546800.640.540.42351.1646.839.8
Hex953644040362A15f2f28
Octal22566104010066525375750
Binary10010101110110100010001000000110110101010101011111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953644; }

 p { color: rgb(149,54,68); }

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

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

 a { background-color: rgb(149,54,68); }

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

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

 span { border-color: rgb(149,54,68); }

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