#68281F

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

Shades of Caput Mortuum #68281F

Tints of Caput Mortuum #68281F

Color information

#68281F (or 0x68281F) is unknown color: approx Caput Mortuum. HEX triplet: 68, 28 and 1F. RGB value is (104,40,31). Sum of RGB (Red+Green+Blue) = 104+40+31=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #68281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68281F is #97D7E0. Grayscale: #3A3A3A. Windows color (decimal): -9951201 or 2041960. OLE color: 2041960.

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

Color convert

RGB1044031-
CMYK00.620.700.59
HSL7.4º54.07%26.47%-
HSV(B)7.4º70.19%40.78%-
XYZ6.724.561.82-
YUV58.11112.7160.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=59.43%
G=22.86%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104403100.620.700.597.454.0726.47
Hex68281F03E463B7361a
Octal15050370761067376632
Binary1101000101000111110111110100011011101111111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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