#68261C

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

Shades of Caput Mortuum #68261C

Tints of Caput Mortuum #68261C

Color information

#68261C (or 0x68261C) is unknown color: approx Caput Mortuum. HEX triplet: 68, 26 and 1C. RGB value is (104,38,28). Sum of RGB (Red+Green+Blue) = 104+38+28=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68261C is #97D9E3. Grayscale: #383838. Windows color (decimal): -9951716 or 1844840. OLE color: 1844840.

HSL color Cylindrical-coordinate representation of color #68261C: hue angle of 7.89º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68261C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1043828-
CMYK00.630.730.59
HSL7.89º57.58%25.88%-
HSV(B)7.89º73.08%40.78%-
XYZ6.614.411.6-
YUV56.59111.87161.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=61.18%
G=22.35%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104382800.630.730.597.8957.5825.88
Hex68261C03F493B83a1a
Octal150463407711173107232
Binary11010001001101110001111111001001111011100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68261C; }

 p { color: rgb(104,38,28); }

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

<style>
 a { background-color: #68261C; }

 a { background-color: rgb(104,38,28); }

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

<style>
 span { border-color: #68261C; }

 span { border-color: rgb(104,38,28); }

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