#611F18

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

Shades of Red Oxide #611F18

Tints of Red Oxide #611F18

Color information

#611F18 (or 0x611F18) is unknown color: approx Red Oxide. HEX triplet: 61, 1F and 18. RGB value is (97,31,24). Sum of RGB (Red+Green+Blue) = 97+31+24=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F18 is #9EE0E7. Grayscale: #323232. Windows color (decimal): -10412264 or 1580897. OLE color: 1580897.

HSL color Cylindrical-coordinate representation of color #611F18: hue angle of 5.75º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611F18 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB973124-
CMYK00.680.750.62
HSL5.75º60.33%23.73%-
HSV(B)5.75º75.26%38.04%-
XYZ5.583.591.26-
YUV49.94113.37161.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=63.82%
G=20.39%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97312400.680.750.625.7560.3323.73
Hex611F180444B3E63c18
Octal141373001041137667430
Binary1100001111111100001000100100101111111011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,31,24); }

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

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

 a { background-color: rgb(97,31,24); }

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

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

 span { border-color: rgb(97,31,24); }

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