#622416

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

Shades of Caput Mortuum #622416

Tints of Caput Mortuum #622416

Color information

#622416 (or 0x622416) is unknown color: approx Caput Mortuum. HEX triplet: 62, 24 and 16. RGB value is (98,36,22). Sum of RGB (Red+Green+Blue) = 98+36+22=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #622416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622416 is #9DDBE9. Grayscale: #353535. Windows color (decimal): -10345450 or 1451106. OLE color: 1451106.

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

Color convert

RGB983622-
CMYK00.630.780.62
HSL11.05º63.33%23.53%-
HSV(B)11.05º77.55%38.43%-
XYZ5.813.921.21-
YUV52.94110.54160.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=62.82%
G=23.08%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98362200.630.780.6211.0563.3323.53
Hex62241603F4E3Eb3f18
Octal142442607711676137730
Binary11000101001001011001111111001110111110101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622416; }

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

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

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

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

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

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

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

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