#661616

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

Shades of Red Oxide #661616

Tints of Red Oxide #661616

Color information

#661616 (or 0x661616) is unknown color: approx Red Oxide. HEX triplet: 66, 16 and 16. RGB value is (102,22,22). Sum of RGB (Red+Green+Blue) = 102+22+22=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #661616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661616 is #99E9E9. Grayscale: #2E2E2E. Windows color (decimal): -10086890 or 1447526. OLE color: 1447526.

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

Color convert

RGB1022222-
CMYK00.780.780.6
HSL64.52%24.31%-
HSV(B)78.43%40%-
XYZ5.913.461.11-
YUV45.92114.5168-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.86%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=69.86%
G=15.07%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102222200.780.780.6064.5224.31
Hex66161604E4E3C04118
Octal1462626011611674010130
Binary110011010110101100100111010011101111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661616; }

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

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

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

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

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

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

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

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