#6C2009

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

Shades of Red Oxide #6C2009

Tints of Red Oxide #6C2009

Color information

#6C2009 (or 0x6C2009) is unknown color: approx Red Oxide. HEX triplet: 6C, 20 and 09. RGB value is (108,32,9). Sum of RGB (Red+Green+Blue) = 108+32+9=149 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.48% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2009 is #93DFF6. Grayscale: #343434. Windows color (decimal): -9691127 or 598124. OLE color: 598124.

HSL color Cylindrical-coordinate representation of color #6C2009: hue angle of 13.94º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C2009 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB108329-
CMYK00.700.920.58
HSL13.94º84.62%22.94%-
HSV(B)13.94º91.67%42.35%-
XYZ6.754.240.72-
YUV52.1103.68167.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 72.48%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=72.48%
G=21.48%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10832900.700.920.5813.9484.6222.94
Hex6C2090465C3Ae5517
Octal15440110106134721612527
Binary110110010000010010100011010111001110101110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,9); }

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

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

 a { background-color: rgb(108,32,9); }

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

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

 span { border-color: rgb(108,32,9); }

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