#661900

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

Shades of Red Oxide #661900

Tints of Red Oxide #661900

Color information

#661900 (or 0x661900) is unknown color: approx Red Oxide. HEX triplet: 66, 19 and 00. RGB value is (102,25,0). Sum of RGB (Red+Green+Blue) = 102+25+0=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #661900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661900 is #99E6FF. Grayscale: #2D2D2D. Windows color (decimal): -10086144 or 6502. OLE color: 6502.

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

Color convert

RGB102250-
CMYK00.7510.6
HSL14.71º100%20%-
HSV(B)14.71º100%40%-
XYZ5.833.520.37-
YUV45.17102.51168.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.31%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.31%
G=19.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10225000.7510.614.7110020
Hex6619004B643Cf6414
Octal1463100113144741714424
Binary11001101100100100101111001001111001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661900; }

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

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

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

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

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

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

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

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