#602B1E

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

Shades of Caput Mortuum #602B1E

Tints of Caput Mortuum #602B1E

Color information

#602B1E (or 0x602B1E) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2B and 1E. RGB value is (96,43,30). Sum of RGB (Red+Green+Blue) = 96+43+30=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B1E is #9FD4E1. Grayscale: #393939. Windows color (decimal): -10474722 or 1977184. OLE color: 1977184.

HSL color Cylindrical-coordinate representation of color #602B1E: hue angle of 11.82º 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 #602B1E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB964330-
CMYK00.550.690.62
HSL11.82º52.38%24.71%-
HSV(B)11.82º68.75%37.65%-
XYZ5.924.311.75-
YUV57.36112.56155.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=56.80%
G=25.44%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96433000.550.690.6211.8252.3824.71
Hex602B1E037453Ec3419
Octal140533606710576146431
Binary11000001010111111001101111000101111110110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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