Html Css Color HEX #602315 Caput Mortuum

📋 copy color: '#602315'

red 96 ◦ green 35 ◦ blue 21

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

Shades of Caput Mortuum #602315

Tints of Caput Mortuum #602315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 63.16%
G = 23.03%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#602315 (or 0x602315) is known color: Caput Mortuum. HEX triplet: 60, 23 and 15. RGB value is (96,35,21). Sum of RGB (Red+Green+Blue) = 96+35+21=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602315 is #9FDCEA. Grayscale: #333333. Windows color (decimal): -10476779 or 1385312. OLE color: 1385312.

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

Color convert

RGB 96 35 21 -
CMYK 0 0.64 0.78 0.62
HSL 11.2º 0.64% 0.23% -
HSV(B) 11.2º 0.78% 0.38% -
XYZ 5.56 3.74 1.14 -
YUV 51.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 96 35 21 0 0.64 0.78 0.62 11.2 0.64 0.23
Hex 60 23 15 0 40 4E 3E B 40 17
Octal 140 43 25 0 100 116 76 13 100 27
Binary 1100000 100011 10101 0 1000000 1001110 111110 1011 1000000 10111

Color Harmonies of #602315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602315

Black with #602315

Text Example


Text Example

White with #602315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602315; }

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

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

background-color css

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

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

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

border-color css

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

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

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