#622616

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

Shades of Caput Mortuum #622616

Tints of Caput Mortuum #622616

Color information

#622616 (or 0x622616) is unknown color: approx Caput Mortuum. HEX triplet: 62, 26 and 16. RGB value is (98,38,22). Sum of RGB (Red+Green+Blue) = 98+38+22=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #622616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622616 is #9DD9E9. Grayscale: #363636. Windows color (decimal): -10344938 or 1451618. OLE color: 1451618.

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

Color convert

RGB983822-
CMYK00.610.780.62
HSL12.63º63.33%23.53%-
HSV(B)12.63º77.55%38.43%-
XYZ5.874.041.23-
YUV54.12109.88159.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.03%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=62.03%
G=24.05%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98382200.610.780.6212.6363.3323.53
Hex62261603D4E3Ed3f18
Octal142462607511676157730
Binary11000101001101011001111011001110111110110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622616; }

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

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

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

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

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

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

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

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