#62210F

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

Shades of Caput Mortuum #62210F

Tints of Caput Mortuum #62210F

Color information

#62210F (or 0x62210F) is unknown color: approx Caput Mortuum. HEX triplet: 62, 21 and 0F. RGB value is (98,33,15). Sum of RGB (Red+Green+Blue) = 98+33+15=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62210F is #9DDEF0. Grayscale: #323232. Windows color (decimal): -10346225 or 991586. OLE color: 991586.

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

Color convert

RGB983315-
CMYK00.660.850.62
HSL13.01º73.45%22.16%-
HSV(B)13.01º84.69%38.43%-
XYZ5.673.720.87-
YUV50.38108.03161.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=67.12%
G=22.60%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98331500.660.850.6213.0173.4522.16
Hex6221F042553Ed4916
Octal14241170102125761511126
Binary110001010000111110100001010101011111101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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