#612B25

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

Shades of Caput Mortuum #612B25

Tints of Caput Mortuum #612B25

Color information

#612B25 (or 0x612B25) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2B and 25. RGB value is (97,43,37). Sum of RGB (Red+Green+Blue) = 97+43+37=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #612B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B25 is #9ED4DA. Grayscale: #3A3A3A. Windows color (decimal): -10409179 or 2435937. OLE color: 2435937.

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

Color convert

RGB974337-
CMYK00.560.620.62
HSL44.78%26.27%-
HSV(B)61.86%38.04%-
XYZ6.134.42.28-
YUV58.46115.89155.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 43 (17.19% from 255) = 24.29%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=54.80%
G=24.29%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97433700.560.620.62644.7826.27
Hex612B250383E3E62d1a
Octal1415345070767665532
Binary1100001101011100101011100011111011111011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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