#661705

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

Shades of Red Oxide #661705

Tints of Red Oxide #661705

Color information

#661705 (or 0x661705) is unknown color: approx Red Oxide. HEX triplet: 66, 17 and 05. RGB value is (102,23,5). Sum of RGB (Red+Green+Blue) = 102+23+5=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #661705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661705 is #99E8FA. Grayscale: #2C2C2C. Windows color (decimal): -10086651 or 333670. OLE color: 333670.

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

Color convert

RGB102235-
CMYK00.770.950.6
HSL11.13º90.65%20.98%-
HSV(B)11.13º95.1%40%-
XYZ5.813.450.5-
YUV44.57105.67168.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 78.46%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=78.46%
G=17.69%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10223500.770.950.611.1390.6520.98
Hex6617504D5F3Cb5b15
Octal1462750115137741313325
Binary1100110101111010100110110111111111001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661705; }

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

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

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

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

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

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

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

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