#661706

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

Shades of Red Oxide #661706

Tints of Red Oxide #661706

Color information

#661706 (or 0x661706) is unknown color: approx Red Oxide. HEX triplet: 66, 17 and 06. RGB value is (102,23,6). Sum of RGB (Red+Green+Blue) = 102+23+6=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #661706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661706 is #99E8F9. Grayscale: #2C2C2C. Windows color (decimal): -10086650 or 399206. OLE color: 399206.

HSL color Cylindrical-coordinate representation of color #661706: hue angle of 10.62º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #661706 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB102236-
CMYK00.770.940.6
HSL10.62º88.89%21.18%-
HSV(B)10.62º94.12%40%-
XYZ5.823.450.53-
YUV44.68106.17168.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.86%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=77.86%
G=17.56%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10223600.770.940.610.6288.8921.18
Hex6617604D5E3Cb5915
Octal1462760115136741313125
Binary1100110101111100100110110111101111001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661706; }

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

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

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

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

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

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

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

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