#682512

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

Shades of Caput Mortuum #682512

Tints of Caput Mortuum #682512

Color information

#682512 (or 0x682512) is unknown color: approx Caput Mortuum. HEX triplet: 68, 25 and 12. RGB value is (104,37,18). Sum of RGB (Red+Green+Blue) = 104+37+18=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682512 is #97DAED. Grayscale: #373737. Windows color (decimal): -9951982 or 1189224. OLE color: 1189224.

HSL color Cylindrical-coordinate representation of color #682512: hue angle of 13.26º 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 #682512 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1043718-
CMYK00.640.830.59
HSL13.26º70.49%23.92%-
HSV(B)13.26º82.69%40.78%-
XYZ6.484.311.06-
YUV54.87107.2163.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=65.41%
G=23.27%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104371800.640.830.5913.2670.4923.92
Hex682512040533Bd4618
Octal15045220100123731510630
Binary1101000100101100100100000010100111110111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682512; }

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

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

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

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

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

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

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

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