#682411

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

Shades of Caput Mortuum #682411

Tints of Caput Mortuum #682411

Color information

#682411 (or 0x682411) is unknown color: approx Caput Mortuum. HEX triplet: 68, 24 and 11. RGB value is (104,36,17). Sum of RGB (Red+Green+Blue) = 104+36+17=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682411 is #97DBEE. Grayscale: #363636. Windows color (decimal): -9952239 or 1123432. OLE color: 1123432.

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

Color convert

RGB1043617-
CMYK00.650.840.59
HSL13.1º71.9%23.73%-
HSV(B)13.1º83.65%40.78%-
XYZ6.444.251.01-
YUV54.17107.03163.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=66.24%
G=22.93%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104361700.650.840.5913.171.923.73
Hex682411041543Bd4818
Octal15044210101124731511030
Binary1101000100100100010100000110101001110111101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682411; }

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

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

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

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

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

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

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

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