#661700

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

Shades of Red Oxide #661700

Tints of Red Oxide #661700

Color information

#661700 (or 0x661700) is unknown color: approx Red Oxide. HEX triplet: 66, 17 and 00. RGB value is (102,23,0). Sum of RGB (Red+Green+Blue) = 102+23+0=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #661700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661700 is #99E8FF. Grayscale: #2C2C2C. Windows color (decimal): -10086656 or 5990. OLE color: 5990.

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

Color convert

RGB102230-
CMYK00.7710.6
HSL13.53º100%20%-
HSV(B)13.53º100%40%-
XYZ5.793.440.36-
YUV44103.17169.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 81.6%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.6%
G=18.4%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10223000.7710.613.5310020
Hex6617004D643Ce6414
Octal1462700115144741614424
Binary11001101011100100110111001001111001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661700; }

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

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

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

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

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

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

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

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