#622412

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

Shades of Caput Mortuum #622412

Tints of Caput Mortuum #622412

Color information

#622412 (or 0x622412) is unknown color: approx Caput Mortuum. HEX triplet: 62, 24 and 12. RGB value is (98,36,18). Sum of RGB (Red+Green+Blue) = 98+36+18=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #622412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622412 is #9DDBED. Grayscale: #343434. Windows color (decimal): -10345454 or 1188962. OLE color: 1188962.

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

Color convert

RGB983618-
CMYK00.630.820.62
HSL13.5º68.97%22.75%-
HSV(B)13.5º81.63%38.43%-
XYZ5.783.91.02-
YUV52.49108.54160.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=64.47%
G=23.68%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98361800.630.820.6213.568.9722.75
Hex62241203F523Ee4517
Octal1424422077122761610527
Binary110001010010010010011111110100101111101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622412; }

 p { color: rgb(98,36,18); }

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

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

 a { background-color: rgb(98,36,18); }

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

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

 span { border-color: rgb(98,36,18); }

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