Html Css Color HEX #963F41 Well Read

📋 copy color: '#963F41'

red 150 ◦ green 63 ◦ blue 65

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

Shades of Well Read #963F41

Tints of Well Read #963F41

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 53.96%
G = 22.66%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#963F41 (or 0x963F41) is known color: Well Read. HEX triplet: 96, 3F and 41. RGB value is (150,63,65). Sum of RGB (Red+Green+Blue) = 150+63+65=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #963F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F41 is #69C0BE. Grayscale: #595959. Windows color (decimal): -6930623 or 4276118. OLE color: 4276118.

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

Color convert

RGB 150 63 65 -
CMYK 0 0.58 0.57 0.41
HSL 358.62º 0.41% 0.42% -
HSV(B) 358.62º 0.58% 0.59% -
XYZ 15.31 10.42 6.21 -
YUV 89.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 150 63 65 0 0.58 0.57 0.41 358.62 0.41 0.42
Hex 96 3F 41 0 3A 39 29 167 29 2A
Octal 226 77 101 0 72 71 51 547 51 52
Binary 10010110 111111 1000001 0 111010 111001 101001 101100111 101001 101010

Color Harmonies of #963F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F41

Black with #963F41

Text Example


Text Example

White with #963F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963F41; }

 p { color: rgb(150,63,65); }

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

background-color css

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

 a { background-color: rgb(150,63,65); }

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

border-color css

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

 span { border-color: rgb(150,63,65); }

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