#682613

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

Shades of Caput Mortuum #682613

Tints of Caput Mortuum #682613

Color information

#682613 (or 0x682613) is unknown color: approx Caput Mortuum. HEX triplet: 68, 26 and 13. RGB value is (104,38,19). Sum of RGB (Red+Green+Blue) = 104+38+19=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682613 is #97D9EC. Grayscale: #373737. Windows color (decimal): -9951725 or 1255016. OLE color: 1255016.

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

Color convert

RGB1043819-
CMYK00.630.820.59
HSL13.41º69.11%24.12%-
HSV(B)13.41º81.73%40.78%-
XYZ6.524.381.12-
YUV55.57107.37162.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=64.60%
G=23.60%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104381900.630.820.5913.4169.1124.12
Hex68261303F523Bd4518
Octal1504623077122731510530
Binary110100010011010011011111110100101110111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682613; }

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

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

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

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

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

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

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

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