#622B1B

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

Shades of Caput Mortuum #622B1B

Tints of Caput Mortuum #622B1B

Color information

#622B1B (or 0x622B1B) is unknown color: approx Caput Mortuum. HEX triplet: 62, 2B and 1B. RGB value is (98,43,27). Sum of RGB (Red+Green+Blue) = 98+43+27=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #622B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B1B is #9DD4E4. Grayscale: #393939. Windows color (decimal): -10343653 or 1780578. OLE color: 1780578.

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

Color convert

RGB984327-
CMYK00.560.720.62
HSL13.52º56.8%24.51%-
HSV(B)13.52º72.45%38.43%-
XYZ6.14.41.57-
YUV57.62110.72156.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=58.33%
G=25.60%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98432700.560.720.6213.5256.824.51
Hex622B1B038483Ee3919
Octal142533307011076167131
Binary11000101010111101101110001001000111110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,43,27); }

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

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

 a { background-color: rgb(98,43,27); }

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

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

 span { border-color: rgb(98,43,27); }

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