Html Css Color HEX #963845 Well Read

📋 copy color: '#963845'

red 150 ◦ green 56 ◦ blue 69

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

Shades of Well Read #963845

Tints of Well Read #963845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.36%

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 54.55%
G = 20.36%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#963845 (or 0x963845) is known color: Well Read. HEX triplet: 96, 38 and 45. RGB value is (150,56,69). Sum of RGB (Red+Green+Blue) = 150+56+69=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #963845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963845 is #69C7BA. Grayscale: #555555. Windows color (decimal): -6932411 or 4536470. OLE color: 4536470.

HSL color Cylindrical-coordinate representation of color #963845: hue angle of 351.7º 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 #963845 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 69 -
CMYK 0 0.63 0.54 0.41
HSL 351.7º 0.46% 0.4% -
HSV(B) 351.7º 0.63% 0.59% -
XYZ 15.07 9.74 6.72 -
YUV 85.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 150 56 69 0 0.63 0.54 0.41 351.7 0.46 0.4
Hex 96 38 45 0 3F 36 29 160 2E 28
Octal 226 70 105 0 77 66 51 540 56 50
Binary 10010110 111000 1000101 0 111111 110110 101001 101100000 101110 101000

Color Harmonies of #963845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963845

Black with #963845

Text Example


Text Example

White with #963845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963845; }

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

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

background-color css

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

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

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

border-color css

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

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

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