#622815

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

Shades of Caput Mortuum #622815

Tints of Caput Mortuum #622815

Color information

#622815 (or 0x622815) is unknown color: approx Caput Mortuum. HEX triplet: 62, 28 and 15. RGB value is (98,40,21). Sum of RGB (Red+Green+Blue) = 98+40+21=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #622815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622815 is #9DD7EA. Grayscale: #373737. Windows color (decimal): -10344427 or 1386594. OLE color: 1386594.

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

Color convert

RGB984021-
CMYK00.590.790.62
HSL14.81º64.71%23.33%-
HSV(B)14.81º78.57%38.43%-
XYZ5.934.171.2-
YUV55.18108.72158.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=61.64%
G=25.16%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98402100.590.790.6214.8164.7123.33
Hex62281503B4F3Ef4117
Octal1425025073117761710127
Binary110001010100010101011101110011111111101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622815; }

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

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

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

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

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

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

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

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