#682816

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

Shades of Caput Mortuum #682816

Tints of Caput Mortuum #682816

Color information

#682816 (or 0x682816) is unknown color: approx Caput Mortuum. HEX triplet: 68, 28 and 16. RGB value is (104,40,22). Sum of RGB (Red+Green+Blue) = 104+40+22=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #682816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682816 is #97D7E9. Grayscale: #393939. Windows color (decimal): -9951210 or 1452136. OLE color: 1452136.

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

Color convert

RGB1044022-
CMYK00.620.790.59
HSL13.17º65.08%24.71%-
HSV(B)13.17º78.85%40.78%-
XYZ6.614.521.28-
YUV57.08108.2161.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.65%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=62.65%
G=24.10%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104402200.620.790.5913.1765.0824.71
Hex68281603E4F3Bd4119
Octal1505026076117731510131
Binary110100010100010110011111010011111110111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682816; }

 p { color: rgb(104,40,22); }

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

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

 a { background-color: rgb(104,40,22); }

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

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

 span { border-color: rgb(104,40,22); }

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