#6A2416

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

Shades of Caput Mortuum #6A2416

Tints of Caput Mortuum #6A2416

Color information

#6A2416 (or 0x6A2416) is unknown color: approx Caput Mortuum. HEX triplet: 6A, 24 and 16. RGB value is (106,36,22). Sum of RGB (Red+Green+Blue) = 106+36+22=164 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.63% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2416 is #95DBE9. Grayscale: #373737. Windows color (decimal): -9821162 or 1451114. OLE color: 1451114.

HSL color Cylindrical-coordinate representation of color #6A2416: hue angle of 10º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A2416 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1063622-
CMYK00.660.790.58
HSL10º65.62%25.1%-
HSV(B)10º79.25%41.57%-
XYZ6.724.381.25-
YUV55.33109.19164.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 64.63%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=64.63%
G=21.95%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106362200.660.790.581065.6225.1
Hex6A24160424F3Aa4219
Octal15244260102117721210231
Binary1101010100100101100100001010011111110101010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2416; }

 p { color: rgb(106,36,22); }

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

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

 a { background-color: rgb(106,36,22); }

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

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

 span { border-color: rgb(106,36,22); }

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