#661E10

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

Shades of Red Oxide #661E10

Tints of Red Oxide #661E10

Color information

#661E10 (or 0x661E10) is unknown color: approx Red Oxide. HEX triplet: 66, 1E and 10. RGB value is (102,30,16). Sum of RGB (Red+Green+Blue) = 102+30+16=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #661E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E10 is #99E1EF. Grayscale: #323232. Windows color (decimal): -10084848 or 1056358. OLE color: 1056358.

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

Color convert

RGB1023016-
CMYK00.710.840.6
HSL9.77º72.88%23.14%-
HSV(B)9.77º84.31%40%-
XYZ6.043.790.9-
YUV49.93108.85165.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=68.92%
G=20.27%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102301600.710.840.69.7772.8823.14
Hex661E10047543Ca4917
Octal14636200107124741211127
Binary110011011110100000100011110101001111001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,30,16); }

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

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

 a { background-color: rgb(102,30,16); }

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

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

 span { border-color: rgb(102,30,16); }

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