#983640

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

Shades of Well Read #983640

Tints of Well Read #983640

Color information

#983640 (or 0x983640) is unknown color: approx Well Read. HEX triplet: 98, 36 and 40. RGB value is (152,54,64). Sum of RGB (Red+Green+Blue) = 152+54+64=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #983640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983640 is #67C9BF. Grayscale: #545454. Windows color (decimal): -6801856 or 4208280. OLE color: 4208280.

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

Color convert

RGB1525464-
CMYK00.640.580.40
HSL353.88º47.57%40.39%-
HSV(B)353.88º64.47%59.61%-
XYZ15.199.685.92-
YUV84.44116.47176.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=56.30%
G=20%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152546400.640.580.40353.8847.5740.39
Hex9836400403A281623028
Octal23066100010072505426050
Binary10011000110110100000001000000111010101000101100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983640; }

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

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

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

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

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

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

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

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