#682515

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

Shades of Caput Mortuum #682515

Tints of Caput Mortuum #682515

Color information

#682515 (or 0x682515) is unknown color: approx Caput Mortuum. HEX triplet: 68, 25 and 15. RGB value is (104,37,21). Sum of RGB (Red+Green+Blue) = 104+37+21=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682515 is #97DAEA. Grayscale: #373737. Windows color (decimal): -9951979 or 1385832. OLE color: 1385832.

HSL color Cylindrical-coordinate representation of color #682515: hue angle of 11.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682515 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1043721-
CMYK00.640.800.59
HSL11.57º66.4%24.51%-
HSV(B)11.57º79.81%40.78%-
XYZ6.514.321.2-
YUV55.21108.7162.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=64.20%
G=22.84%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104372100.640.800.5911.5766.424.51
Hex682515040503Bc4219
Octal15045250100120731410231
Binary1101000100101101010100000010100001110111100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682515; }

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

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

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

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

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

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

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

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