#661500

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

Shades of Red Oxide #661500

Tints of Red Oxide #661500

Color information

#661500 (or 0x661500) is unknown color: approx Red Oxide. HEX triplet: 66, 15 and 00. RGB value is (102,21,0). Sum of RGB (Red+Green+Blue) = 102+21+0=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #661500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661500 is #99EAFF. Grayscale: #2A2A2A. Windows color (decimal): -10087168 or 5478. OLE color: 5478.

HSL color Cylindrical-coordinate representation of color #661500: hue angle of 12.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #661500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB102210-
CMYK00.7910.6
HSL12.35º100%20%-
HSV(B)12.35º100%40%-
XYZ5.753.360.35-
YUV42.82103.84170.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.93%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.93%
G=17.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10221000.7910.612.3510020
Hex6615004F643Cc6414
Octal1462500117144741414424
Binary11001101010100100111111001001111001100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661500; }

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

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

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

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

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

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

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

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