#661600

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

Shades of Red Oxide #661600

Tints of Red Oxide #661600

Color information

#661600 (or 0x661600) is unknown color: approx Red Oxide. HEX triplet: 66, 16 and 00. RGB value is (102,22,0). Sum of RGB (Red+Green+Blue) = 102+22+0=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #661600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661600 is #99E9FF. Grayscale: #2B2B2B. Windows color (decimal): -10086912 or 5734. OLE color: 5734.

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

Color convert

RGB102220-
CMYK00.7810.6
HSL12.94º100%20%-
HSV(B)12.94º100%40%-
XYZ5.773.40.35-
YUV43.41103.5169.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.26%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.26%
G=17.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10222000.7810.612.9410020
Hex6616004E643Cd6414
Octal1462600116144741514424
Binary11001101011000100111011001001111001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661600; }

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

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

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

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

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

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

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

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