#612A1D

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

Shades of Caput Mortuum #612A1D

Tints of Caput Mortuum #612A1D

Color information

#612A1D (or 0x612A1D) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2A and 1D. RGB value is (97,42,29). Sum of RGB (Red+Green+Blue) = 97+42+29=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A1D is #9ED5E2. Grayscale: #393939. Windows color (decimal): -10409443 or 1911393. OLE color: 1911393.

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

Color convert

RGB974229-
CMYK00.570.700.62
HSL11.47º53.97%24.71%-
HSV(B)11.47º70.1%38.04%-
XYZ5.984.291.67-
YUV56.96112.22156.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=57.74%
G=25%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97422900.570.700.6211.4753.9724.71
Hex612A1D039463Eb3619
Octal141523507110676136631
Binary11000011010101110101110011000110111110101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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