#622A1C

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

Shades of Caput Mortuum #622A1C

Tints of Caput Mortuum #622A1C

Color information

#622A1C (or 0x622A1C) is unknown color: approx Caput Mortuum. HEX triplet: 62, 2A and 1C. RGB value is (98,42,28). Sum of RGB (Red+Green+Blue) = 98+42+28=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #622A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622A1C is #9DD5E3. Grayscale: #393939. Windows color (decimal): -10343908 or 1845858. OLE color: 1845858.

HSL color Cylindrical-coordinate representation of color #622A1C: hue angle of 12º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #622A1C is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB984228-
CMYK00.570.710.62
HSL12º55.56%24.71%-
HSV(B)12º71.43%38.43%-
XYZ6.074.341.62-
YUV57.15111.55157.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=58.33%
G=25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98422800.570.710.621255.5624.71
Hex622A1C039473Ec3819
Octal142523407110776147031
Binary11000101010101110001110011000111111110110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622A1C; }

 p { color: rgb(98,42,28); }

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

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

 a { background-color: rgb(98,42,28); }

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

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

 span { border-color: rgb(98,42,28); }

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