#661F16

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

Shades of Red Oxide #661F16

Tints of Red Oxide #661F16

Color information

#661F16 (or 0x661F16) is unknown color: approx Red Oxide. HEX triplet: 66, 1F and 16. RGB value is (102,31,22). Sum of RGB (Red+Green+Blue) = 102+31+22=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F16 is #99E0E9. Grayscale: #333333. Windows color (decimal): -10084586 or 1449830. OLE color: 1449830.

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

Color convert

RGB1023122-
CMYK00.700.780.6
HSL6.75º64.52%24.31%-
HSV(B)6.75º78.43%40%-
XYZ6.113.861.18-
YUV51.2111.52164.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=65.81%
G=20%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102312200.700.780.66.7564.5224.31
Hex661F160464E3C74118
Octal1463726010611674710130
Binary11001101111110110010001101001110111100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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