#612B1B

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

Shades of Caput Mortuum #612B1B

Tints of Caput Mortuum #612B1B

Color information

#612B1B (or 0x612B1B) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2B and 1B. RGB value is (97,43,27). Sum of RGB (Red+Green+Blue) = 97+43+27=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B1B is #9ED4E4. Grayscale: #393939. Windows color (decimal): -10409189 or 1780577. OLE color: 1780577.

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

Color convert

RGB974327-
CMYK00.560.720.62
HSL13.71º56.45%24.31%-
HSV(B)13.71º72.16%38.04%-
XYZ5.994.351.56-
YUV57.32110.89156.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=58.08%
G=25.75%
B=16.17%

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
Decimal97432700.560.720.6213.7156.4524.31
Hex612B1B038483Ee3818
Octal141533307011076167030
Binary11000011010111101101110001001000111110111011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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