#622515

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

Shades of Caput Mortuum #622515

Tints of Caput Mortuum #622515

Color information

#622515 (or 0x622515) is unknown color: approx Caput Mortuum. HEX triplet: 62, 25 and 15. RGB value is (98,37,21). Sum of RGB (Red+Green+Blue) = 98+37+21=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #622515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622515 is #9DDAEA. Grayscale: #353535. Windows color (decimal): -10345195 or 1385826. OLE color: 1385826.

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

Color convert

RGB983721-
CMYK00.620.790.62
HSL12.47º64.71%23.33%-
HSV(B)12.47º78.57%38.43%-
XYZ5.833.971.17-
YUV53.42109.71159.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=62.82%
G=23.72%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98372100.620.790.6212.4764.7123.33
Hex62251503E4F3Ec4117
Octal1424525076117761410127
Binary110001010010110101011111010011111111101100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622515; }

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

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

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

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

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

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

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

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