#612B1D

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

Shades of Caput Mortuum #612B1D

Tints of Caput Mortuum #612B1D

Color information

#612B1D (or 0x612B1D) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2B and 1D. RGB value is (97,43,29). Sum of RGB (Red+Green+Blue) = 97+43+29=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B1D is #9ED4E2. Grayscale: #393939. Windows color (decimal): -10409187 or 1911649. OLE color: 1911649.

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

Color convert

RGB974329-
CMYK00.560.700.62
HSL12.35º53.97%24.71%-
HSV(B)12.35º70.1%38.04%-
XYZ6.024.361.69-
YUV57.55111.89156.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=57.40%
G=25.44%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97432900.560.700.6212.3553.9724.71
Hex612B1D038463Ec3619
Octal141533507010676146631
Binary11000011010111110101110001000110111110110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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