#963842

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

Shades of Well Read #963842

Tints of Well Read #963842

Color information

#963842 (or 0x963842) is unknown color: approx Well Read. HEX triplet: 96, 38 and 42. RGB value is (150,56,66). Sum of RGB (Red+Green+Blue) = 150+56+66=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #963842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963842 is #69C7BD. Grayscale: #555555. Windows color (decimal): -6932414 or 4339862. OLE color: 4339862.

HSL color Cylindrical-coordinate representation of color #963842: hue angle of 353.62º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963842 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1505666-
CMYK00.630.560.41
HSL353.62º45.63%40.39%-
HSV(B)353.62º62.67%58.82%-
XYZ14.989.716.24-
YUV85.25117.14174.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=55.15%
G=20.59%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150566600.630.560.41353.6245.6340.39
Hex96384203F38291622e28
Octal2267010207770515425650
Binary1001011011100010000100111111111000101001101100010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963842; }

 p { color: rgb(150,56,66); }

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

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

 a { background-color: rgb(150,56,66); }

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

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

 span { border-color: rgb(150,56,66); }

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