#611C09

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

Shades of Red Oxide #611C09

Tints of Red Oxide #611C09

Color information

#611C09 (or 0x611C09) is unknown color: approx Red Oxide. HEX triplet: 61, 1C and 09. RGB value is (97,28,9). Sum of RGB (Red+Green+Blue) = 97+28+9=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #611C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C09 is #9EE3F6. Grayscale: #2E2E2E. Windows color (decimal): -10413047 or 597089. OLE color: 597089.

HSL color Cylindrical-coordinate representation of color #611C09: hue angle of 12.95º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #611C09 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97289-
CMYK00.710.910.62
HSL12.95º83.02%20.78%-
HSV(B)12.95º90.72%38.04%-
XYZ5.393.390.63-
YUV46.46106.86164.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=72.39%
G=20.90%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9728900.710.910.6212.9583.0220.78
Hex611C90475B3Ed5315
Octal14134110107133761512325
Binary11000011110010010100011110110111111101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C09; }

 p { color: rgb(97,28,9); }

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

<style>
 a { background-color: #611C09; }

 a { background-color: rgb(97,28,9); }

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

<style>
 span { border-color: #611C09; }

 span { border-color: rgb(97,28,9); }

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