#661510

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

Shades of Red Oxide #661510

Tints of Red Oxide #661510

Color information

#661510 (or 0x661510) is unknown color: approx Red Oxide. HEX triplet: 66, 15 and 10. RGB value is (102,21,16). Sum of RGB (Red+Green+Blue) = 102+21+16=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #661510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661510 is #99EAEF. Grayscale: #2C2C2C. Windows color (decimal): -10087152 or 1054054. OLE color: 1054054.

HSL color Cylindrical-coordinate representation of color #661510: hue angle of 3.49º 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 #661510 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1022116-
CMYK00.790.840.6
HSL3.49º72.88%23.14%-
HSV(B)3.49º84.31%40%-
XYZ5.843.40.84-
YUV44.65111.84168.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.38%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=73.38%
G=15.11%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102211600.790.840.63.4972.8823.14
Hex66151004F543C34917
Octal1462520011712474311127
Binary1100110101011000001001111101010011110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661510; }

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

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

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

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

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

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

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

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