#661901

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

Shades of Red Oxide #661901

Tints of Red Oxide #661901

Color information

#661901 (or 0x661901) is unknown color: approx Red Oxide. HEX triplet: 66, 19 and 01. RGB value is (102,25,1). Sum of RGB (Red+Green+Blue) = 102+25+1=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #661901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661901 is #99E6FE. Grayscale: #2D2D2D. Windows color (decimal): -10086143 or 72038. OLE color: 72038.

HSL color Cylindrical-coordinate representation of color #661901: hue angle of 14.26º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #661901 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB102251-
CMYK00.750.990.6
HSL14.26º98.06%20.2%-
HSV(B)14.26º99.02%40%-
XYZ5.833.520.4-
YUV45.29103.01168.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.69%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=79.69%
G=19.53%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10225100.750.990.614.2698.0620.2
Hex6619104B633Ce6214
Octal1463110113143741614224
Binary11001101100110100101111000111111001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661901; }

 p { color: rgb(102,25,1); }

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

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

 a { background-color: rgb(102,25,1); }

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

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

 span { border-color: rgb(102,25,1); }

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