#622A22

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

Shades of Caput Mortuum #622A22

Tints of Caput Mortuum #622A22

Color information

#622A22 (or 0x622A22) is unknown color: approx Caput Mortuum. HEX triplet: 62, 2A and 22. RGB value is (98,42,34). Sum of RGB (Red+Green+Blue) = 98+42+34=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #622A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622A22 is #9DD5DD. Grayscale: #393939. Windows color (decimal): -10343902 or 2239074. OLE color: 2239074.

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

Color convert

RGB984234-
CMYK00.570.650.62
HSL7.5º48.48%25.88%-
HSV(B)7.5º65.31%38.43%-
XYZ6.154.372.03-
YUV57.83114.55156.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 34 (13.67% from 255) = 19.54%
R=56.32%
G=24.14%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98423400.570.650.627.548.4825.88
Hex622A22039413E8301a
Octal142524207110176106032
Binary110001010101010001001110011000001111110100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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