#602C23

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

Shades of Caput Mortuum #602C23

Tints of Caput Mortuum #602C23

Color information

#602C23 (or 0x602C23) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2C and 23. RGB value is (96,44,35). Sum of RGB (Red+Green+Blue) = 96+44+35=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #602C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C23 is #9FD3DC. Grayscale: #3A3A3A. Windows color (decimal): -10474461 or 2305120. OLE color: 2305120.

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

Color convert

RGB964435-
CMYK00.540.640.62
HSL8.85º46.56%25.69%-
HSV(B)8.85º63.54%37.65%-
XYZ6.034.412.12-
YUV58.52114.73154.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 35 (14.06% from 255) = 20%
R=54.86%
G=25.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96443500.540.640.628.8546.5625.69
Hex602C23036403E92f1a
Octal140544306610076115732
Binary110000010110010001101101101000000111110100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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