#672412

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

Shades of Caput Mortuum #672412

Tints of Caput Mortuum #672412

Color information

#672412 (or 0x672412) is unknown color: approx Caput Mortuum. HEX triplet: 67, 24 and 12. RGB value is (103,36,18). Sum of RGB (Red+Green+Blue) = 103+36+18=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #672412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672412 is #98DBED. Grayscale: #363636. Windows color (decimal): -10017774 or 1188967. OLE color: 1188967.

HSL color Cylindrical-coordinate representation of color #672412: hue angle of 12.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672412 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1033618-
CMYK00.650.830.60
HSL12.71º70.25%23.73%-
HSV(B)12.71º82.52%40.39%-
XYZ6.334.191.05-
YUV53.98107.7162.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 65.61%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=65.61%
G=22.93%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103361800.650.830.6012.7170.2523.73
Hex672412041533Cd4618
Octal14744220101123741510630
Binary1100111100100100100100000110100111111001101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672412; }

 p { color: rgb(103,36,18); }

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

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

 a { background-color: rgb(103,36,18); }

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

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

 span { border-color: rgb(103,36,18); }

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