#6C1E11

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

Shades of Red Oxide #6C1E11

Tints of Red Oxide #6C1E11

Color information

#6C1E11 (or 0x6C1E11) is unknown color: approx Red Oxide. HEX triplet: 6C, 1E and 11. RGB value is (108,30,17). Sum of RGB (Red+Green+Blue) = 108+30+17=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1E11 is #93E1EE. Grayscale: #333333. Windows color (decimal): -9691631 or 1121900. OLE color: 1121900.

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

Color convert

RGB1083017-
CMYK00.720.840.58
HSL8.57º72.8%24.51%-
HSV(B)8.57º84.26%42.35%-
XYZ6.754.160.98-
YUV51.84108.34168.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 69.68%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=69.68%
G=19.35%
B=10.97%

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
Decimal108301700.720.840.588.5772.824.51
Hex6C1E11048543A94919
Octal15436210110124721111131
Binary110110011110100010100100010101001110101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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