#622112

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

Shades of Caput Mortuum #622112

Tints of Caput Mortuum #622112

Color information

#622112 (or 0x622112) is unknown color: approx Caput Mortuum. HEX triplet: 62, 21 and 12. RGB value is (98,33,18). Sum of RGB (Red+Green+Blue) = 98+33+18=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #622112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622112 is #9DDEED. Grayscale: #323232. Windows color (decimal): -10346222 or 1188194. OLE color: 1188194.

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

Color convert

RGB983318-
CMYK00.660.820.62
HSL11.25º68.97%22.75%-
HSV(B)11.25º81.63%38.43%-
XYZ5.693.730.99-
YUV50.72109.53161.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=65.77%
G=22.15%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98331800.660.820.6211.2568.9722.75
Hex622112042523Eb4517
Octal14241220102122761310527
Binary1100010100001100100100001010100101111101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622112; }

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

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

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

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

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

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

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

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