#602B1A

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

Shades of Caput Mortuum #602B1A

Tints of Caput Mortuum #602B1A

Color information

#602B1A (or 0x602B1A) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2B and 1A. RGB value is (96,43,26). Sum of RGB (Red+Green+Blue) = 96+43+26=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #602B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B1A is #9FD4E5. Grayscale: #393939. Windows color (decimal): -10474726 or 1715040. OLE color: 1715040.

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

Color convert

RGB964326-
CMYK00.550.730.62
HSL14.57º57.38%23.92%-
HSV(B)14.57º72.92%37.65%-
XYZ5.874.291.5-
YUV56.91110.56155.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=58.18%
G=26.06%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96432600.550.730.6214.5757.3823.92
Hex602B1A037493Ef3918
Octal140533206711176177130
Binary11000001010111101001101111001001111110111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,26); }

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

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

 a { background-color: rgb(96,43,26); }

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

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

 span { border-color: rgb(96,43,26); }

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