#682310

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

Shades of Caput Mortuum #682310

Tints of Caput Mortuum #682310

Color information

#682310 (or 0x682310) is unknown color: approx Caput Mortuum. HEX triplet: 68, 23 and 10. RGB value is (104,35,16). Sum of RGB (Red+Green+Blue) = 104+35+16=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #682310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682310 is #97DCEF. Grayscale: #353535. Windows color (decimal): -9952496 or 1057640. OLE color: 1057640.

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

Color convert

RGB1043516-
CMYK00.660.850.59
HSL12.95º73.33%23.53%-
HSV(B)12.95º84.62%40.78%-
XYZ6.44.180.96-
YUV53.46106.86164.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=67.10%
G=22.58%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104351600.660.850.5912.9573.3323.53
Hex682310042553Bd4918
Octal15043200102125731511130
Binary1101000100011100000100001010101011110111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682310; }

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

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

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

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

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

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

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

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