#661E0A

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

Shades of Red Oxide #661E0A

Tints of Red Oxide #661E0A

Color information

#661E0A (or 0x661E0A) is unknown color: approx Red Oxide. HEX triplet: 66, 1E and 0A. RGB value is (102,30,10). Sum of RGB (Red+Green+Blue) = 102+30+10=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E0A is #99E1F5. Grayscale: #313131. Windows color (decimal): -10084854 or 663142. OLE color: 663142.

HSL color Cylindrical-coordinate representation of color #661E0A: hue angle of 13.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #661E0A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1023010-
CMYK00.710.900.6
HSL13.04º82.14%21.96%-
HSV(B)13.04º90.2%40%-
XYZ63.780.7-
YUV49.25105.85165.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.83%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=71.83%
G=21.13%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102301000.710.900.613.0482.1421.96
Hex661EA0475A3Cd5216
Octal14636120107132741512226
Binary11001101111010100100011110110101111001101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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