#661D16

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

Shades of Red Oxide #661D16

Tints of Red Oxide #661D16

Color information

#661D16 (or 0x661D16) is unknown color: approx Red Oxide. HEX triplet: 66, 1D and 16. RGB value is (102,29,22). Sum of RGB (Red+Green+Blue) = 102+29+22=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #661D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D16 is #99E2E9. Grayscale: #323232. Windows color (decimal): -10085098 or 1449318. OLE color: 1449318.

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

Color convert

RGB1022922-
CMYK00.720.780.6
HSL5.25º64.52%24.31%-
HSV(B)5.25º78.43%40%-
XYZ6.063.761.17-
YUV50.03112.18165.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=66.67%
G=18.95%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102292200.720.780.65.2564.5224.31
Hex661D160484E3C54118
Octal1463526011011674510130
Binary11001101110110110010010001001110111100101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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