#682311

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

Shades of Caput Mortuum #682311

Tints of Caput Mortuum #682311

Color information

#682311 (or 0x682311) is unknown color: approx Caput Mortuum. HEX triplet: 68, 23 and 11. RGB value is (104,35,17). Sum of RGB (Red+Green+Blue) = 104+35+17=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #682311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682311 is #97DCEE. Grayscale: #353535. Windows color (decimal): -9952495 or 1123176. OLE color: 1123176.

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

Color convert

RGB1043517-
CMYK00.660.840.59
HSL12.41º71.9%23.73%-
HSV(B)12.41º83.65%40.78%-
XYZ6.414.191-
YUV53.58107.36163.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=66.67%
G=22.44%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104351700.660.840.5912.4171.923.73
Hex682311042543Bc4818
Octal15043210102124731411030
Binary1101000100011100010100001010101001110111100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682311; }

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

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

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

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

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

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

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

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