#622111

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

Shades of Caput Mortuum #622111

Tints of Caput Mortuum #622111

Color information

#622111 (or 0x622111) is unknown color: approx Caput Mortuum. HEX triplet: 62, 21 and 11. RGB value is (98,33,17). Sum of RGB (Red+Green+Blue) = 98+33+17=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #622111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622111 is #9DDEEE. Grayscale: #323232. Windows color (decimal): -10346223 or 1122658. OLE color: 1122658.

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

Color convert

RGB983317-
CMYK00.660.830.62
HSL11.85º70.43%22.55%-
HSV(B)11.85º82.65%38.43%-
XYZ5.683.720.95-
YUV50.61109.03161.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=66.22%
G=22.30%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98331700.660.830.6211.8570.4322.55
Hex622111042533Ec4617
Octal14241210102123761410627
Binary1100010100001100010100001010100111111101100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622111; }

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

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

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

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

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

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

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

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