#622413

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

Shades of Caput Mortuum #622413

Tints of Caput Mortuum #622413

Color information

#622413 (or 0x622413) is unknown color: approx Caput Mortuum. HEX triplet: 62, 24 and 13. RGB value is (98,36,19). Sum of RGB (Red+Green+Blue) = 98+36+19=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #622413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622413 is #9DDBEC. Grayscale: #343434. Windows color (decimal): -10345453 or 1254498. OLE color: 1254498.

HSL color Cylindrical-coordinate representation of color #622413: hue angle of 12.91º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622413 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB983619-
CMYK00.630.810.62
HSL12.91º67.52%22.94%-
HSV(B)12.91º80.61%38.43%-
XYZ5.793.911.06-
YUV52.6109.04160.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=64.05%
G=23.53%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98361900.630.810.6212.9167.5222.94
Hex62241303F513Ed4417
Octal1424423077121761510427
Binary110001010010010011011111110100011111101101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622413; }

 p { color: rgb(98,36,19); }

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

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

 a { background-color: rgb(98,36,19); }

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

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

 span { border-color: rgb(98,36,19); }

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