#622716

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

Shades of Caput Mortuum #622716

Tints of Caput Mortuum #622716

Color information

#622716 (or 0x622716) is unknown color: approx Caput Mortuum. HEX triplet: 62, 27 and 16. RGB value is (98,39,22). Sum of RGB (Red+Green+Blue) = 98+39+22=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #622716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622716 is #9DD8E9. Grayscale: #363636. Windows color (decimal): -10344682 or 1451874. OLE color: 1451874.

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

Color convert

RGB983922-
CMYK00.600.780.62
HSL13.42º63.33%23.53%-
HSV(B)13.42º77.55%38.43%-
XYZ5.914.111.24-
YUV54.7109.55158.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=61.64%
G=24.53%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98392200.600.780.6213.4263.3323.53
Hex62271603C4E3Ed3f18
Octal142472607411676157730
Binary11000101001111011001111001001110111110110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622716; }

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

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

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

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

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

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

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

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