#6E2010

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

Shades of Red Oxide #6E2010

Tints of Red Oxide #6E2010

Color information

#6E2010 (or 0x6E2010) is unknown color: approx Red Oxide. HEX triplet: 6E, 20 and 10. RGB value is (110,32,16). Sum of RGB (Red+Green+Blue) = 110+32+16=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2010 is #91DFEF. Grayscale: #353535. Windows color (decimal): -9560048 or 1056878. OLE color: 1056878.

HSL color Cylindrical-coordinate representation of color #6E2010: hue angle of 10.21º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E2010 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB1103216-
CMYK00.710.850.57
HSL10.21º74.6%24.71%-
HSV(B)10.21º85.45%43.14%-
XYZ7.044.390.97-
YUV53.5106.84168.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 69.62%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=69.62%
G=20.25%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110321600.710.850.5710.2174.624.71
Hex6E20100475539a4b19
Octal15640200107125711211331
Binary1101110100000100000100011110101011110011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,32,16); }

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

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

 a { background-color: rgb(110,32,16); }

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

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

 span { border-color: rgb(110,32,16); }

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