#622720

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

Shades of Caput Mortuum #622720

Tints of Caput Mortuum #622720

Color information

#622720 (or 0x622720) is unknown color: approx Caput Mortuum. HEX triplet: 62, 27 and 20. RGB value is (98,39,32). Sum of RGB (Red+Green+Blue) = 98+39+32=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #622720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622720 is #9DD8DF. Grayscale: #373737. Windows color (decimal): -10344672 or 2107234. OLE color: 2107234.

HSL color Cylindrical-coordinate representation of color #622720: hue angle of 6.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622720 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB983932-
CMYK00.600.670.62
HSL6.36º50.77%25.49%-
HSV(B)6.36º67.35%38.43%-
XYZ6.024.151.85-
YUV55.84114.55158.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=57.99%
G=23.08%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98393200.600.670.626.3650.7725.49
Hex62272003C433E63319
Octal14247400741037666331
Binary11000101001111000000111100100001111111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622720; }

 p { color: rgb(98,39,32); }

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

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

 a { background-color: rgb(98,39,32); }

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

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

 span { border-color: rgb(98,39,32); }

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