#661703

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

Shades of Red Oxide #661703

Tints of Red Oxide #661703

Color information

#661703 (or 0x661703) is unknown color: approx Red Oxide. HEX triplet: 66, 17 and 03. RGB value is (102,23,3). Sum of RGB (Red+Green+Blue) = 102+23+3=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #661703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661703 is #99E8FC. Grayscale: #2C2C2C. Windows color (decimal): -10086653 or 202598. OLE color: 202598.

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

Color convert

RGB102233-
CMYK00.770.970.6
HSL12.12º94.29%20.59%-
HSV(B)12.12º97.06%40%-
XYZ5.83.440.45-
YUV44.34104.67169.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.69%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=79.69%
G=17.97%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10223300.770.970.612.1294.2920.59
Hex6617304D613Cc5e15
Octal1462730115141741413625
Binary110011010111110100110111000011111001100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661703; }

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

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

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

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

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

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

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

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