#6A1E1D

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

Shades of Red Oxide #6A1E1D

Tints of Red Oxide #6A1E1D

Color information

#6A1E1D (or 0x6A1E1D) is unknown color: approx Red Oxide. HEX triplet: 6A, 1E and 1D. RGB value is (106,30,29). Sum of RGB (Red+Green+Blue) = 106+30+29=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1E1D is #95E1E2. Grayscale: #343434. Windows color (decimal): -9822691 or 1908330. OLE color: 1908330.

HSL color Cylindrical-coordinate representation of color #6A1E1D: hue angle of 0.78º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1E1D is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1063029-
CMYK00.720.730.58
HSL0.78º57.04%26.47%-
HSV(B)0.78º72.64%41.57%-
XYZ6.634.081.6-
YUV52.61114.68166.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 64.24%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=64.24%
G=18.18%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106302900.720.730.580.7857.0426.47
Hex6A1E1D048493A1391a
Octal152363501101117217132
Binary11010101111011101010010001001001111010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,30,29); }

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

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

 a { background-color: rgb(106,30,29); }

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

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

 span { border-color: rgb(106,30,29); }

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