#661C19

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

Shades of Red Oxide #661C19

Tints of Red Oxide #661C19

Color information

#661C19 (or 0x661C19) is unknown color: approx Red Oxide. HEX triplet: 66, 1C and 19. RGB value is (102,28,25). Sum of RGB (Red+Green+Blue) = 102+28+25=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C19 is #99E3E6. Grayscale: #313131. Windows color (decimal): -10085351 or 1645670. OLE color: 1645670.

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

Color convert

RGB1022825-
CMYK00.730.750.6
HSL2.34º60.63%24.9%-
HSV(B)2.34º75.49%40%-
XYZ6.073.731.32-
YUV49.78114.02165.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=65.81%
G=18.06%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102282500.730.750.62.3460.6324.9
Hex661C190494B3C23d19
Octal146343101111137427531
Binary110011011100110010100100110010111111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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