#682313

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

Shades of Caput Mortuum #682313

Tints of Caput Mortuum #682313

Color information

#682313 (or 0x682313) is unknown color: approx Caput Mortuum. HEX triplet: 68, 23 and 13. RGB value is (104,35,19). Sum of RGB (Red+Green+Blue) = 104+35+19=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682313 is #97DCEC. Grayscale: #353535. Windows color (decimal): -9952493 or 1254248. OLE color: 1254248.

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

Color convert

RGB1043519-
CMYK00.660.820.59
HSL11.29º69.11%24.12%-
HSV(B)11.29º81.73%40.78%-
XYZ6.434.191.09-
YUV53.81108.36163.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=65.82%
G=22.15%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104351900.660.820.5911.2969.1124.12
Hex682313042523Bb4518
Octal15043230102122731310530
Binary1101000100011100110100001010100101110111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682313; }

 p { color: rgb(104,35,19); }

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

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

 a { background-color: rgb(104,35,19); }

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

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

 span { border-color: rgb(104,35,19); }

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