#682516

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

Shades of Caput Mortuum #682516

Tints of Caput Mortuum #682516

Color information

#682516 (or 0x682516) is unknown color: approx Caput Mortuum. HEX triplet: 68, 25 and 16. RGB value is (104,37,22). Sum of RGB (Red+Green+Blue) = 104+37+22=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682516 is #97DAE9. Grayscale: #373737. Windows color (decimal): -9951978 or 1451368. OLE color: 1451368.

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

Color convert

RGB1043722-
CMYK00.640.790.59
HSL10.98º65.08%24.71%-
HSV(B)10.98º78.85%40.78%-
XYZ6.524.321.25-
YUV55.32109.2162.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=63.80%
G=22.70%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104372200.640.790.5910.9865.0824.71
Hex6825160404F3Bb4119
Octal15045260100117731310131
Binary1101000100101101100100000010011111110111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682516; }

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

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

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

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

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

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

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

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