#622715

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

Shades of Caput Mortuum #622715

Tints of Caput Mortuum #622715

Color information

#622715 (or 0x622715) is unknown color: approx Caput Mortuum. HEX triplet: 62, 27 and 15. RGB value is (98,39,21). Sum of RGB (Red+Green+Blue) = 98+39+21=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #622715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622715 is #9DD8EA. Grayscale: #363636. Windows color (decimal): -10344683 or 1386338. OLE color: 1386338.

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

Color convert

RGB983921-
CMYK00.600.790.62
HSL14.03º64.71%23.33%-
HSV(B)14.03º78.57%38.43%-
XYZ5.94.11.19-
YUV54.59109.05158.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.03%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=62.03%
G=24.68%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98392100.600.790.6214.0364.7123.33
Hex62271503C4F3Ee4117
Octal1424725074117761610127
Binary110001010011110101011110010011111111101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622715; }

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

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

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

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

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

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

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

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