Html Css Color HEX #602414 Caput Mortuum

📋 copy color: '#602414'

red 96 ◦ green 36 ◦ blue 20

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

Shades of Caput Mortuum #602414

Tints of Caput Mortuum #602414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

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

R = 63.16%
G = 23.68%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#602414 (or 0x602414) is known color: Caput Mortuum. HEX triplet: 60, 24 and 14. RGB value is (96,36,20). Sum of RGB (Red+Green+Blue) = 96+36+20=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602414 is #9FDBEB. Grayscale: #343434. Windows color (decimal): -10476524 or 1320032. OLE color: 1320032.

HSL color Cylindrical-coordinate representation of color #602414: hue angle of 12.63º 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 #602414 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 36 20 -
CMYK 0 0.62 0.79 0.62
HSL 12.63º 0.66% 0.23% -
HSV(B) 12.63º 0.79% 0.38% -
XYZ 5.58 3.8 1.1 -
YUV 52.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 96 36 20 0 0.62 0.79 0.62 12.63 0.66 0.23
Hex 60 24 14 0 3E 4F 3E D 42 17
Octal 140 44 24 0 76 117 76 15 102 27
Binary 1100000 100100 10100 0 111110 1001111 111110 1101 1000010 10111

Color Harmonies of #602414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602414

Black with #602414

Text Example


Text Example

White with #602414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602414; }

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

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

background-color css

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

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

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

border-color css

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

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

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