#622512

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

Shades of Caput Mortuum #622512

Tints of Caput Mortuum #622512

Color information

#622512 (or 0x622512) is unknown color: approx Caput Mortuum. HEX triplet: 62, 25 and 12. RGB value is (98,37,18). Sum of RGB (Red+Green+Blue) = 98+37+18=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #622512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622512 is #9DDAED. Grayscale: #353535. Windows color (decimal): -10345198 or 1189218. OLE color: 1189218.

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

Color convert

RGB983718-
CMYK00.620.820.62
HSL14.25º68.97%22.75%-
HSV(B)14.25º81.63%38.43%-
XYZ5.813.961.03-
YUV53.07108.21160.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=64.05%
G=24.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98371800.620.820.6214.2568.9722.75
Hex62251203E523Ee4517
Octal1424522076122761610527
Binary110001010010110010011111010100101111101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622512; }

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

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

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

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

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

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

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

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