#611A12

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

Shades of Red Oxide #611A12

Tints of Red Oxide #611A12

Color information

#611A12 (or 0x611A12) is unknown color: approx Red Oxide. HEX triplet: 61, 1A and 12. RGB value is (97,26,18). Sum of RGB (Red+Green+Blue) = 97+26+18=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #611A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A12 is #9EE5ED. Grayscale: #2E2E2E. Windows color (decimal): -10413550 or 1186401. OLE color: 1186401.

HSL color Cylindrical-coordinate representation of color #611A12: hue angle of 6.08º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611A12 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB972618-
CMYK00.730.810.62
HSL6.08º68.7%22.55%-
HSV(B)6.08º81.44%38.04%-
XYZ5.413.320.93-
YUV46.32112.02164.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=68.79%
G=18.44%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97261800.730.810.626.0868.722.55
Hex611A12049513E64517
Octal1413222011112176610527
Binary11000011101010010010010011010001111110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,26,18); }

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

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

 a { background-color: rgb(97,26,18); }

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

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

 span { border-color: rgb(97,26,18); }

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