#68210C

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

Shades of Caput Mortuum #68210C

Tints of Caput Mortuum #68210C

Color information

#68210C (or 0x68210C) is unknown color: approx Caput Mortuum. HEX triplet: 68, 21 and 0C. RGB value is (104,33,12). Sum of RGB (Red+Green+Blue) = 104+33+12=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68210C is #97DEF3. Grayscale: #333333. Windows color (decimal): -9953012 or 794984. OLE color: 794984.

HSL color Cylindrical-coordinate representation of color #68210C: hue angle of 13.7º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68210C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1043312-
CMYK00.680.880.59
HSL13.7º79.31%22.75%-
HSV(B)13.7º88.46%40.78%-
XYZ6.324.060.8-
YUV51.84105.52165.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=69.80%
G=22.15%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104331200.680.880.5913.779.3122.75
Hex6821C044583Be4f17
Octal15041140104130731611727
Binary110100010000111000100010010110001110111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,33,12); }

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

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

 a { background-color: rgb(104,33,12); }

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

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

 span { border-color: rgb(104,33,12); }

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