#993644

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

Shades of Well Read #993644

Tints of Well Read #993644

Color information

#993644 (or 0x993644) is unknown color: approx Well Read. HEX triplet: 99, 36 and 44. RGB value is (153,54,68). Sum of RGB (Red+Green+Blue) = 153+54+68=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #993644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993644 is #66C9BB. Grayscale: #555555. Windows color (decimal): -6736316 or 4470425. OLE color: 4470425.

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

Color convert

RGB1535468-
CMYK00.650.560.4
HSL351.52º47.83%40.59%-
HSV(B)351.52º64.71%60%-
XYZ15.59.836.55-
YUV85.2118.3176.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=55.64%
G=19.64%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153546800.650.560.4351.5247.8340.59
Hex99364404138281603029
Octal23166104010170505406051
Binary10011001110110100010001000001111000101000101100000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993644; }

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

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

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

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

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

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

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

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