#682412

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

Shades of Caput Mortuum #682412

Tints of Caput Mortuum #682412

Color information

#682412 (or 0x682412) is unknown color: approx Caput Mortuum. HEX triplet: 68, 24 and 12. RGB value is (104,36,18). Sum of RGB (Red+Green+Blue) = 104+36+18=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682412 is #97DBED. Grayscale: #363636. Windows color (decimal): -9952238 or 1188968. OLE color: 1188968.

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

Color convert

RGB1043618-
CMYK00.650.830.59
HSL12.56º70.49%23.92%-
HSV(B)12.56º82.69%40.78%-
XYZ6.454.251.05-
YUV54.28107.53163.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=65.82%
G=22.78%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104361800.650.830.5912.5670.4923.92
Hex682412041533Bd4618
Octal15044220101123731510630
Binary1101000100100100100100000110100111110111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682412; }

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

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

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

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

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

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

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

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