#6a2514

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

Shades of Caput Mortuum #6A2514

Tints of Caput Mortuum #6A2514

Color information

#6A2514 (or 0x6A2514) is unknown color: approx Caput Mortuum. HEX triplet: 6A, 25 and 14. RGB value is (106,37,20). Sum of RGB (Red+Green+Blue) = 106+37+20=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2514 is #95DAEB. Grayscale: #373737. Windows color (decimal): -9820908 or 1320298. OLE color: 1320298.

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

Color convert

RGB1063720-
CMYK00.650.810.58
HSL11.86º68.25%24.71%-
HSV(B)11.86º81.13%41.57%-
XYZ6.734.441.16-
YUV55.69107.86163.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.03%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=65.03%
G=22.70%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106372000.650.810.5811.8668.2524.71
Hex6A2514041513Ac4419
Octal15245240101121721410431
Binary1101010100101101000100000110100011110101100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a2514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,20); }

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

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

 a { background-color: rgb(106,37,20); }

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

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

 span { border-color: rgb(106,37,20); }

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