#622A24

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

Shades of Caput Mortuum #622A24

Tints of Caput Mortuum #622A24

Color information

#622A24 (or 0x622A24) is unknown color: approx Caput Mortuum. HEX triplet: 62, 2A and 24. RGB value is (98,42,36). Sum of RGB (Red+Green+Blue) = 98+42+36=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #622A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622A24 is #9DD5DB. Grayscale: #3A3A3A. Windows color (decimal): -10343900 or 2370146. OLE color: 2370146.

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

Color convert

RGB984236-
CMYK00.570.630.62
HSL5.81º46.27%26.27%-
HSV(B)5.81º63.27%38.43%-
XYZ6.184.382.19-
YUV58.06115.55156.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=55.68%
G=23.86%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98423600.570.630.625.8146.2726.27
Hex622A240393F3E62e1a
Octal1425244071777665632
Binary1100010101010100100011100111111111111011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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