#682211

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

Shades of Caput Mortuum #682211

Tints of Caput Mortuum #682211

Color information

#682211 (or 0x682211) is unknown color: approx Caput Mortuum. HEX triplet: 68, 22 and 11. RGB value is (104,34,17). Sum of RGB (Red+Green+Blue) = 104+34+17=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #682211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682211 is #97DDEE. Grayscale: #353535. Windows color (decimal): -9952751 or 1122920. OLE color: 1122920.

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

Color convert

RGB1043417-
CMYK00.670.840.59
HSL11.72º71.9%23.73%-
HSV(B)11.72º83.65%40.78%-
XYZ6.384.130.99-
YUV52.99107.69164.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=67.10%
G=21.94%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104341700.670.840.5911.7271.923.73
Hex682211043543Bc4818
Octal15042210103124731411030
Binary1101000100010100010100001110101001110111100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682211; }

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

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

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

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

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

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

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

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