#602C1C

Color #602C1C Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #602C1C

Tints of Caput Mortuum #602C1C

Color information

#602C1C (or 0x602C1C) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2C and 1C. RGB value is (96,44,28). Sum of RGB (Red+Green+Blue) = 96+44+28=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C1C is #9FD3E3. Grayscale: #393939. Windows color (decimal): -10474468 or 1846368. OLE color: 1846368.

HSL color Cylindrical-coordinate representation of color #602C1C: hue angle of 14.12º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602C1C is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB964428-
CMYK00.540.710.62
HSL14.12º54.84%24.31%-
HSV(B)14.12º70.83%37.65%-
XYZ5.934.371.63-
YUV57.72111.23155.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=57.14%
G=26.19%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96442800.540.710.6214.1254.8424.31
Hex602C1C036473Ee3718
Octal140543406610776166730
Binary11000001011001110001101101000111111110111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602C1C; }

 p { color: rgb(96,44,28); }

 H1.HeaderClassName
 {
   color: #602C1C;
 }
 .AnyTagClassName
 {
   color: #602C1C;
 }
</style>
background-color css

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

 a { background-color: rgb(96,44,28); }

 div.DivClassName
 {
   background-color: #602C1C;
 }
 .BgClassName
 {
   background-color: #602C1C;
 }
</style>
border-color css

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

 span { border-color: rgb(96,44,28); }

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