#6B1E11

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

Shades of Red Oxide #6B1E11

Tints of Red Oxide #6B1E11

Color information

#6B1E11 (or 0x6B1E11) is unknown color: approx Red Oxide. HEX triplet: 6B, 1E and 11. RGB value is (107,30,17). Sum of RGB (Red+Green+Blue) = 107+30+17=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1E11 is #94E1EE. Grayscale: #333333. Windows color (decimal): -9757167 or 1121899. OLE color: 1121899.

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

Color convert

RGB1073017-
CMYK00.720.840.58
HSL8.67º72.58%24.31%-
HSV(B)8.67º84.11%41.96%-
XYZ6.634.090.97-
YUV51.54108.51167.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.48%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=69.48%
G=19.48%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107301700.720.840.588.6772.5824.31
Hex6B1E11048543A94918
Octal15336210110124721111130
Binary110101111110100010100100010101001110101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,17); }

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

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

 a { background-color: rgb(107,30,17); }

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

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

 span { border-color: rgb(107,30,17); }

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