#68240F

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

Shades of Caput Mortuum #68240F

Tints of Caput Mortuum #68240F

Color information

#68240F (or 0x68240F) is unknown color: approx Caput Mortuum. HEX triplet: 68, 24 and 0F. RGB value is (104,36,15). Sum of RGB (Red+Green+Blue) = 104+36+15=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68240F is #97DBF0. Grayscale: #363636. Windows color (decimal): -9952241 or 992360. OLE color: 992360.

HSL color Cylindrical-coordinate representation of color #68240F: hue angle of 14.16º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68240F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1043615-
CMYK00.650.860.59
HSL14.16º74.79%23.33%-
HSV(B)14.16º85.58%40.78%-
XYZ6.434.240.93-
YUV53.94106.03163.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=67.10%
G=23.23%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104361500.650.860.5914.1674.7923.33
Hex6824F041563Be4b17
Octal15044170101126731611327
Binary110100010010011110100000110101101110111110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,36,15); }

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

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

 a { background-color: rgb(104,36,15); }

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

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

 span { border-color: rgb(104,36,15); }

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