#682210

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

Shades of Caput Mortuum #682210

Tints of Caput Mortuum #682210

Color information

#682210 (or 0x682210) is unknown color: approx Caput Mortuum. HEX triplet: 68, 22 and 10. RGB value is (104,34,16). Sum of RGB (Red+Green+Blue) = 104+34+16=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #682210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682210 is #97DDEF. Grayscale: #353535. Windows color (decimal): -9952752 or 1057384. OLE color: 1057384.

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

Color convert

RGB1043416-
CMYK00.670.850.59
HSL12.27º73.33%23.53%-
HSV(B)12.27º84.62%40.78%-
XYZ6.374.120.95-
YUV52.88107.19164.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=67.53%
G=22.08%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104341600.670.850.5912.2773.3323.53
Hex682210043553Bc4918
Octal15042200103125731411130
Binary1101000100010100000100001110101011110111100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682210; }

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

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

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

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

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

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

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

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