#6C1A11

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

Shades of Red Oxide #6C1A11

Tints of Red Oxide #6C1A11

Color information

#6C1A11 (or 0x6C1A11) is unknown color: approx Red Oxide. HEX triplet: 6C, 1A and 11. RGB value is (108,26,17). Sum of RGB (Red+Green+Blue) = 108+26+17=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1A11 is #93E5EE. Grayscale: #313131. Windows color (decimal): -9692655 or 1120876. OLE color: 1120876.

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

Color convert

RGB1082617-
CMYK00.760.840.58
HSL5.93º72.8%24.51%-
HSV(B)5.93º84.26%42.35%-
XYZ6.653.970.95-
YUV49.49109.67169.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 71.52%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=71.52%
G=17.22%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108261700.760.840.585.9372.824.51
Hex6C1A1104C543A64919
Octal1543221011412472611131
Binary11011001101010001010011001010100111010110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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