#622516

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

Shades of Caput Mortuum #622516

Tints of Caput Mortuum #622516

Color information

#622516 (or 0x622516) is unknown color: approx Caput Mortuum. HEX triplet: 62, 25 and 16. RGB value is (98,37,22). Sum of RGB (Red+Green+Blue) = 98+37+22=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #622516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622516 is #9DDAE9. Grayscale: #353535. Windows color (decimal): -10345194 or 1451362. OLE color: 1451362.

HSL color Cylindrical-coordinate representation of color #622516: hue angle of 11.84º 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 #622516 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB983722-
CMYK00.620.780.62
HSL11.84º63.33%23.53%-
HSV(B)11.84º77.55%38.43%-
XYZ5.843.981.22-
YUV53.53110.21159.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=62.42%
G=23.57%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98372200.620.780.6211.8463.3323.53
Hex62251603E4E3Ec3f18
Octal142452607611676147730
Binary11000101001011011001111101001110111110110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622516; }

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

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

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

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

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

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

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

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