#953642

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

Shades of Well Read #953642

Tints of Well Read #953642

Color information

#953642 (or 0x953642) is unknown color: approx Well Read. HEX triplet: 95, 36 and 42. RGB value is (149,54,66). Sum of RGB (Red+Green+Blue) = 149+54+66=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953642 is #6AC9BD. Grayscale: #535353. Windows color (decimal): -6998462 or 4339349. OLE color: 4339349.

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

Color convert

RGB1495466-
CMYK00.640.560.42
HSL352.42º46.8%39.8%-
HSV(B)352.42º63.76%58.43%-
XYZ14.79.426.2-
YUV83.77117.97174.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=55.39%
G=20.07%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149546600.640.560.42352.4246.839.8
Hex953642040382A1602f28
Octal22566102010070525405750
Binary10010101110110100001001000000111000101010101100000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953642; }

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

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

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

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

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

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

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

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