#6A2115

Color #6A2115 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #6A2115

Tints of Red Oxide #6A2115

Color information

#6A2115 (or 0x6A2115) is unknown color: approx Red Oxide. HEX triplet: 6A, 21 and 15. RGB value is (106,33,21). Sum of RGB (Red+Green+Blue) = 106+33+21=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2115 is #95DEEA. Grayscale: #353535. Windows color (decimal): -9821931 or 1384810. OLE color: 1384810.

HSL color Cylindrical-coordinate representation of color #6A2115: hue angle of 8.47º 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 #6A2115 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1063321-
CMYK00.690.800.58
HSL8.47º66.93%24.9%-
HSV(B)8.47º80.19%41.57%-
XYZ6.624.211.17-
YUV53.46109.68165.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 66.25%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=66.25%
G=20.62%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106332100.690.800.588.4766.9324.9
Hex6A2115045503A84319
Octal15241250105120721010331
Binary1101010100001101010100010110100001110101000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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