Html Css Color HEX #602314 Caput Mortuum

📋 copy color: '#602314'

red 96 ◦ green 35 ◦ blue 20

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

Shades of Caput Mortuum #602314

Tints of Caput Mortuum #602314

RGB

 RED value IS 96 (37.89% from 255) = 63.58%

 GREEN value IS 35 (14.06% from 255) = 23.18%

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 63.58%
G = 23.18%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#602314 (or 0x602314) is known color: Caput Mortuum. HEX triplet: 60, 23 and 14. RGB value is (96,35,20). Sum of RGB (Red+Green+Blue) = 96+35+20=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602314 is #9FDCEB. Grayscale: #333333. Windows color (decimal): -10476780 or 1319776. OLE color: 1319776.

HSL color Cylindrical-coordinate representation of color #602314: hue angle of 11.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602314 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 20 -
CMYK 0 0.64 0.79 0.62
HSL 11.84º 0.66% 0.23% -
HSV(B) 11.84º 0.79% 0.38% -
XYZ 5.55 3.74 1.09 -
YUV 51.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 96 35 20 0 0.64 0.79 0.62 11.84 0.66 0.23
Hex 60 23 14 0 40 4F 3E C 42 17
Octal 140 43 24 0 100 117 76 14 102 27
Binary 1100000 100011 10100 0 1000000 1001111 111110 1100 1000010 10111

Color Harmonies of #602314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602314

Black with #602314

Text Example


Text Example

White with #602314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602314; }

 p { color: rgb(96,35,20); }

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

background-color css

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

 a { background-color: rgb(96,35,20); }

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

border-color css

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

 span { border-color: rgb(96,35,20); }

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