#661A0E

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

Shades of Red Oxide #661A0E

Tints of Red Oxide #661A0E

Color information

#661A0E (or 0x661A0E) is unknown color: approx Red Oxide. HEX triplet: 66, 1A and 0E. RGB value is (102,26,14). Sum of RGB (Red+Green+Blue) = 102+26+14=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A0E is #99E5F1. Grayscale: #2F2F2F. Windows color (decimal): -10085874 or 924262. OLE color: 924262.

HSL color Cylindrical-coordinate representation of color #661A0E: hue angle of 8.18º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661A0E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1022614-
CMYK00.750.860.6
HSL8.18º75.86%22.75%-
HSV(B)8.18º86.27%40%-
XYZ5.933.60.8-
YUV47.36109.18166.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.83%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=71.83%
G=18.31%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102261400.750.860.68.1875.8622.75
Hex661AE04B563C84c17
Octal14632160113126741011427
Binary11001101101011100100101110101101111001000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A0E; }

 p { color: rgb(102,26,14); }

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

<style>
 a { background-color: #661A0E; }

 a { background-color: rgb(102,26,14); }

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

<style>
 span { border-color: #661A0E; }

 span { border-color: rgb(102,26,14); }

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