#6A2615

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

Shades of Caput Mortuum #6A2615

Tints of Caput Mortuum #6A2615

Color information

#6A2615 (or 0x6A2615) is unknown color: approx Caput Mortuum. HEX triplet: 6A, 26 and 15. RGB value is (106,38,21). Sum of RGB (Red+Green+Blue) = 106+38+21=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2615 is #95D9EA. Grayscale: #383838. Windows color (decimal): -9820651 or 1386090. OLE color: 1386090.

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

Color convert

RGB1063821-
CMYK00.640.800.58
HSL12º66.93%24.9%-
HSV(B)12º80.19%41.57%-
XYZ6.774.51.22-
YUV56.39108.03163.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 64.24%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=64.24%
G=23.03%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106382100.640.800.581266.9324.9
Hex6A2615040503Ac4319
Octal15246250100120721410331
Binary1101010100110101010100000010100001110101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,38,21); }

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

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

 a { background-color: rgb(106,38,21); }

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

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

 span { border-color: rgb(106,38,21); }

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