#661F19

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

Shades of Red Oxide #661F19

Tints of Red Oxide #661F19

Color information

#661F19 (or 0x661F19) is unknown color: approx Red Oxide. HEX triplet: 66, 1F and 19. RGB value is (102,31,25). Sum of RGB (Red+Green+Blue) = 102+31+25=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #661F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F19 is #99E0E6. Grayscale: #333333. Windows color (decimal): -10084583 or 1646438. OLE color: 1646438.

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

Color convert

RGB1023125-
CMYK00.700.750.6
HSL4.68º60.63%24.9%-
HSV(B)4.68º75.49%40%-
XYZ6.143.871.34-
YUV51.54113.02163.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.56%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=64.56%
G=19.62%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102312500.700.750.64.6860.6324.9
Hex661F190464B3C53d19
Octal146373101061137457531
Binary1100110111111100101000110100101111110010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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