#953640

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

Shades of Well Read #953640

Tints of Well Read #953640

Color information

#953640 (or 0x953640) is unknown color: approx Well Read. HEX triplet: 95, 36 and 40. RGB value is (149,54,64). Sum of RGB (Red+Green+Blue) = 149+54+64=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #953640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953640 is #6AC9BF. Grayscale: #535353. Windows color (decimal): -6998464 or 4208277. OLE color: 4208277.

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

Color convert

RGB1495464-
CMYK00.640.570.42
HSL353.68º46.8%39.8%-
HSV(B)353.68º63.76%58.43%-
XYZ14.649.45.89-
YUV83.54116.97174.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=55.81%
G=20.22%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149546400.640.570.42353.6846.839.8
Hex953640040392A1622f28
Octal22566100010071525425750
Binary10010101110110100000001000000111001101010101100010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953640; }

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

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

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

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

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

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

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

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