#68281B

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

Shades of Caput Mortuum #68281B

Tints of Caput Mortuum #68281B

Color information

#68281B (or 0x68281B) is unknown color: approx Caput Mortuum. HEX triplet: 68, 28 and 1B. RGB value is (104,40,27). Sum of RGB (Red+Green+Blue) = 104+40+27=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68281B is #97D7E4. Grayscale: #393939. Windows color (decimal): -9951205 or 1779816. OLE color: 1779816.

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

Color convert

RGB1044027-
CMYK00.620.740.59
HSL10.13º58.78%25.69%-
HSV(B)10.13º74.04%40.78%-
XYZ6.674.541.56-
YUV57.65110.7161.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=60.82%
G=23.39%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104402700.620.740.5910.1358.7825.69
Hex68281B03E4A3Ba3b1a
Octal150503307611273127332
Binary11010001010001101101111101001010111011101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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