#661615

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

Shades of Red Oxide #661615

Tints of Red Oxide #661615

Color information

#661615 (or 0x661615) is unknown color: approx Red Oxide. HEX triplet: 66, 16 and 15. RGB value is (102,22,21). Sum of RGB (Red+Green+Blue) = 102+22+21=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #661615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661615 is #99E9EA. Grayscale: #2D2D2D. Windows color (decimal): -10086891 or 1381990. OLE color: 1381990.

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

Color convert

RGB1022221-
CMYK00.780.790.6
HSL0.74º65.85%24.12%-
HSV(B)0.74º79.41%40%-
XYZ5.93.451.06-
YUV45.81114168.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.34%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=70.34%
G=15.17%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102222100.780.790.60.7465.8524.12
Hex66161504E4F3C14218
Octal1462625011611774110230
Binary110011010110101010100111010011111111001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661615; }

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

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

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

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

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

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

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

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