#68220E

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

Shades of Caput Mortuum #68220E

Tints of Caput Mortuum #68220E

Color information

#68220E (or 0x68220E) is unknown color: approx Caput Mortuum. HEX triplet: 68, 22 and 0E. RGB value is (104,34,14). Sum of RGB (Red+Green+Blue) = 104+34+14=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68220E is #97DDF1. Grayscale: #343434. Windows color (decimal): -9952754 or 926312. OLE color: 926312.

HSL color Cylindrical-coordinate representation of color #68220E: hue angle of 13.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68220E is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1043414-
CMYK00.670.870.59
HSL13.33º76.27%23.14%-
HSV(B)13.33º86.54%40.78%-
XYZ6.364.120.88-
YUV52.65106.19164.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=68.42%
G=22.37%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104341400.670.870.5913.3376.2723.14
Hex6822E043573Bd4c17
Octal15042160103127731511427
Binary110100010001011100100001110101111110111101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68220E; }

 p { color: rgb(104,34,14); }

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

<style>
 a { background-color: #68220E; }

 a { background-color: rgb(104,34,14); }

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

<style>
 span { border-color: #68220E; }

 span { border-color: rgb(104,34,14); }

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