#661A00

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

Shades of Red Oxide #661A00

Tints of Red Oxide #661A00

Color information

#661A00 (or 0x661A00) is unknown color: approx Red Oxide. HEX triplet: 66, 1A and 00. RGB value is (102,26,0). Sum of RGB (Red+Green+Blue) = 102+26+0=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #661A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A00 is #99E5FF. Grayscale: #2D2D2D. Windows color (decimal): -10085888 or 6758. OLE color: 6758.

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

Color convert

RGB102260-
CMYK00.7510.6
HSL15.29º100%20%-
HSV(B)15.29º100%40%-
XYZ5.853.560.38-
YUV45.76102.18168.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.69%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.69%
G=20.31%
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
Decimal10226000.7510.615.2910020
Hex661A004B643Cf6414
Octal1463200113144741714424
Binary11001101101000100101111001001111001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A00; }

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

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

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

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

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

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

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

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