#612D24

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

Shades of Caput Mortuum #612D24

Tints of Caput Mortuum #612D24

Color information

#612D24 (or 0x612D24) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2D and 24. RGB value is (97,45,36). Sum of RGB (Red+Green+Blue) = 97+45+36=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #612D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D24 is #9ED2DB. Grayscale: #3B3B3B. Windows color (decimal): -10408668 or 2370913. OLE color: 2370913.

HSL color Cylindrical-coordinate representation of color #612D24: hue angle of 8.85º 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 #612D24 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB974536-
CMYK00.540.630.62
HSL8.85º45.86%26.08%-
HSV(B)8.85º62.89%38.04%-
XYZ6.194.552.22-
YUV59.52114.73154.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=54.49%
G=25.28%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97453600.540.630.628.8545.8626.08
Hex612D240363F3E92e1a
Octal14155440667776115632
Binary11000011011011001000110110111111111110100110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,45,36); }

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

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

 a { background-color: rgb(97,45,36); }

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

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

 span { border-color: rgb(97,45,36); }

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