#662015

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

Shades of Red Oxide #662015

Tints of Red Oxide #662015

Color information

#662015 (or 0x662015) is unknown color: approx Red Oxide. HEX triplet: 66, 20 and 15. RGB value is (102,32,21). Sum of RGB (Red+Green+Blue) = 102+32+21=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #662015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662015 is #99DFEA. Grayscale: #333333. Windows color (decimal): -10084331 or 1384550. OLE color: 1384550.

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

Color convert

RGB1023221-
CMYK00.690.790.6
HSL8.15º65.85%24.12%-
HSV(B)8.15º79.41%40%-
XYZ6.133.911.14-
YUV51.68110.69163.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=65.81%
G=20.65%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102322100.690.790.68.1565.8524.12
Hex6620150454F3C84218
Octal14640250105117741010230
Binary1100110100000101010100010110011111111001000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662015; }

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

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

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

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

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

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

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

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