#682312

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

Shades of Caput Mortuum #682312

Tints of Caput Mortuum #682312

Color information

#682312 (or 0x682312) is unknown color: approx Caput Mortuum. HEX triplet: 68, 23 and 12. RGB value is (104,35,18). Sum of RGB (Red+Green+Blue) = 104+35+18=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682312 is #97DCED. Grayscale: #353535. Windows color (decimal): -9952494 or 1188712. OLE color: 1188712.

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

Color convert

RGB1043518-
CMYK00.660.830.59
HSL11.86º70.49%23.92%-
HSV(B)11.86º82.69%40.78%-
XYZ6.424.191.04-
YUV53.69107.86163.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=66.24%
G=22.29%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104351800.660.830.5911.8670.4923.92
Hex682312042533Bc4618
Octal15043220102123731410630
Binary1101000100011100100100001010100111110111100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682312; }

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

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

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

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

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

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

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

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