Html Css Color HEX #96363C Well Read

📋 copy color: '#96363C'

red 150 ◦ green 54 ◦ blue 60

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

Shades of Well Read #96363C

Tints of Well Read #96363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 56.82%
G = 20.45%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96363C (or 0x96363C) is known color: Well Read. HEX triplet: 96, 36 and 3C. RGB value is (150,54,60). Sum of RGB (Red+Green+Blue) = 150+54+60=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96363C is #69C9C3. Grayscale: #535353. Windows color (decimal): -6932932 or 3946134. OLE color: 3946134.

HSL color Cylindrical-coordinate representation of color #96363C: hue angle of 356.25º 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 #96363C is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 60 -
CMYK 0 0.64 0.6 0.41
HSL 356.25º 0.47% 0.4% -
HSV(B) 356.25º 0.64% 0.59% -
XYZ 14.71 9.45 5.32 -
YUV 83.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 150 54 60 0 0.64 0.6 0.41 356.25 0.47 0.4
Hex 96 36 3C 0 40 3C 29 164 2F 28
Octal 226 66 74 0 100 74 51 544 57 50
Binary 10010110 110110 111100 0 1000000 111100 101001 101100100 101111 101000

Color Harmonies of #96363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96363C

Black with #96363C

Text Example


Text Example

White with #96363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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