#661A19

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

Shades of Red Oxide #661A19

Tints of Red Oxide #661A19

Color information

#661A19 (or 0x661A19) is unknown color: approx Red Oxide. HEX triplet: 66, 1A and 19. RGB value is (102,26,25). Sum of RGB (Red+Green+Blue) = 102+26+25=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #661A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A19 is #99E5E6. Grayscale: #303030. Windows color (decimal): -10085863 or 1645158. OLE color: 1645158.

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

Color convert

RGB1022625-
CMYK00.750.750.6
HSL0.78º60.63%24.9%-
HSV(B)0.78º75.49%40%-
XYZ6.023.631.3-
YUV48.61114.68166.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=66.67%
G=16.99%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102262500.750.750.60.7860.6324.9
Hex661A1904B4B3C13d19
Octal146323101131137417531
Binary11001101101011001010010111001011111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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