#62210C

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

Shades of Caput Mortuum #62210C

Tints of Caput Mortuum #62210C

Color information

#62210C (or 0x62210C) is unknown color: approx Caput Mortuum. HEX triplet: 62, 21 and 0C. RGB value is (98,33,12). Sum of RGB (Red+Green+Blue) = 98+33+12=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #62210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62210C is #9DDEF3. Grayscale: #323232. Windows color (decimal): -10346228 or 794978. OLE color: 794978.

HSL color Cylindrical-coordinate representation of color #62210C: hue angle of 14.65º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62210C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB983312-
CMYK00.660.880.62
HSL14.65º78.18%21.57%-
HSV(B)14.65º87.76%38.43%-
XYZ5.653.710.77-
YUV50.04106.53162.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=68.53%
G=23.08%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98331200.660.880.6214.6578.1821.57
Hex6221C042583Ef4e16
Octal14241140102130761711626
Binary110001010000111000100001010110001111101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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