#68281D

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

Shades of Caput Mortuum #68281D

Tints of Caput Mortuum #68281D

Color information

#68281D (or 0x68281D) is unknown color: approx Caput Mortuum. HEX triplet: 68, 28 and 1D. RGB value is (104,40,29). Sum of RGB (Red+Green+Blue) = 104+40+29=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68281D is #97D7E2. Grayscale: #393939. Windows color (decimal): -9951203 or 1910888. OLE color: 1910888.

HSL color Cylindrical-coordinate representation of color #68281D: hue angle of 8.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68281D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1044029-
CMYK00.620.720.59
HSL8.8º56.39%26.08%-
HSV(B)8.8º72.12%40.78%-
XYZ6.694.551.69-
YUV57.88111.7160.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=60.12%
G=23.12%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104402900.620.720.598.856.3926.08
Hex68281D03E483B9381a
Octal150503507611073117032
Binary11010001010001110101111101001000111011100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68281D; }

 p { color: rgb(104,40,29); }

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

<style>
 a { background-color: #68281D; }

 a { background-color: rgb(104,40,29); }

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

<style>
 span { border-color: #68281D; }

 span { border-color: rgb(104,40,29); }

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