Html Css Color HEX #963C45 Well Read

📋 copy color: '#963C45'

red 150 ◦ green 60 ◦ blue 69

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

Shades of Well Read #963C45

Tints of Well Read #963C45

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

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

R = 53.76%
G = 21.51%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#963C45 (or 0x963C45) is known color: Well Read. HEX triplet: 96, 3C and 45. RGB value is (150,60,69). Sum of RGB (Red+Green+Blue) = 150+60+69=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #963C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C45 is #69C3BA. Grayscale: #575757. Windows color (decimal): -6931387 or 4537494. OLE color: 4537494.

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

Color convert

RGB 150 60 69 -
CMYK 0 0.6 0.54 0.41
HSL 354º 0.43% 0.41% -
HSV(B) 354º 0.6% 0.59% -
XYZ 15.27 10.15 6.78 -
YUV 87.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 150 60 69 0 0.6 0.54 0.41 354 0.43 0.41
Hex 96 3C 45 0 3C 36 29 162 2B 29
Octal 226 74 105 0 74 66 51 542 53 51
Binary 10010110 111100 1000101 0 111100 110110 101001 101100010 101011 101001

Color Harmonies of #963C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C45

Black with #963C45

Text Example


Text Example

White with #963C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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