#672814

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

Shades of Caput Mortuum #672814

Tints of Caput Mortuum #672814

Color information

#672814 (or 0x672814) is unknown color: approx Caput Mortuum. HEX triplet: 67, 28 and 14. RGB value is (103,40,20). Sum of RGB (Red+Green+Blue) = 103+40+20=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #672814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672814 is #98D7EB. Grayscale: #383838. Windows color (decimal): -10016748 or 1321063. OLE color: 1321063.

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

Color convert

RGB1034020-
CMYK00.610.810.60
HSL14.46º67.48%24.12%-
HSV(B)14.46º80.58%40.39%-
XYZ6.484.451.18-
YUV56.56107.37161.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.19%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=63.19%
G=24.54%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103402000.610.810.6014.4667.4824.12
Hex67281403D513Ce4318
Octal1475024075121741610330
Binary110011110100010100011110110100011111001110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672814; }

 p { color: rgb(103,40,20); }

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

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

 a { background-color: rgb(103,40,20); }

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

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

 span { border-color: rgb(103,40,20); }

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