Html Css Color HEX #963640 Well Read

📋 copy color: '#963640'

red 150 ◦ green 54 ◦ blue 64

#963640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Well Read #963640

Tints of Well Read #963640

RGB

 RED value IS 150 (58.98% from 255) = 55.97%

 GREEN value IS 54 (21.48% from 255) = 20.15%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 55.97%
G = 20.15%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#963640 (or 0x963640) is known color: Well Read. HEX triplet: 96, 36 and 40. RGB value is (150,54,64). Sum of RGB (Red+Green+Blue) = 150+54+64=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963640 is #69C9BF. Grayscale: #535353. Windows color (decimal): -6932928 or 4208278. OLE color: 4208278.

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

Color convert

RGB 150 54 64 -
CMYK 0 0.64 0.57 0.41
HSL 353.75º 0.47% 0.4% -
HSV(B) 353.75º 0.64% 0.59% -
XYZ 14.82 9.49 5.9 -
YUV 83.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 150 54 64 0 0.64 0.57 0.41 353.75 0.47 0.4
Hex 96 36 40 0 40 39 29 162 2F 28
Octal 226 66 100 0 100 71 51 542 57 50
Binary 10010110 110110 1000000 0 1000000 111001 101001 101100010 101111 101000

Color Harmonies of #963640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963640

Black with #963640

Text Example


Text Example

White with #963640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963640; }

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

 H1.HeaderClassName
 {
   color: #963640;
 }
 .AnyTagClassName
 {
   color: #963640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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