#602D1E

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

Shades of Caput Mortuum #602D1E

Tints of Caput Mortuum #602D1E

Color information

#602D1E (or 0x602D1E) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2D and 1E. RGB value is (96,45,30). Sum of RGB (Red+Green+Blue) = 96+45+30=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #602D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D1E is #9FD2E1. Grayscale: #3A3A3A. Windows color (decimal): -10474210 or 1977696. OLE color: 1977696.

HSL color Cylindrical-coordinate representation of color #602D1E: hue angle of 13.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602D1E is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB964530-
CMYK00.530.690.62
HSL13.64º52.38%24.71%-
HSV(B)13.64º68.75%37.65%-
XYZ64.461.77-
YUV58.54111.9154.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=56.14%
G=26.32%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96453000.530.690.6213.6452.3824.71
Hex602D1E035453Ee3419
Octal140553606510576166431
Binary11000001011011111001101011000101111110111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,45,30); }

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

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

 a { background-color: rgb(96,45,30); }

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

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

 span { border-color: rgb(96,45,30); }

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