#621F0C

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

Shades of Caput Mortuum #621F0C

Tints of Caput Mortuum #621F0C

Color information

#621F0C (or 0x621F0C) is unknown color: approx Caput Mortuum. HEX triplet: 62, 1F and 0C. RGB value is (98,31,12). Sum of RGB (Red+Green+Blue) = 98+31+12=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621F0C is #9DE0F3. Grayscale: #313131. Windows color (decimal): -10346740 or 794466. OLE color: 794466.

HSL color Cylindrical-coordinate representation of color #621F0C: hue angle of 13.26º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621F0C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB983112-
CMYK00.680.880.62
HSL13.26º78.18%21.57%-
HSV(B)13.26º87.76%38.43%-
XYZ5.593.60.75-
YUV48.87107.2163.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=69.50%
G=21.99%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98311200.680.880.6213.2678.1821.57
Hex621FC044583Ed4e16
Octal14237140104130761511626
Binary11000101111111000100010010110001111101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621F0C; }

 p { color: rgb(98,31,12); }

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

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

 a { background-color: rgb(98,31,12); }

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

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

 span { border-color: rgb(98,31,12); }

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