#662115

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

Shades of Red Oxide #662115

Tints of Red Oxide #662115

Color information

#662115 (or 0x662115) is unknown color: approx Red Oxide. HEX triplet: 66, 21 and 15. RGB value is (102,33,21). Sum of RGB (Red+Green+Blue) = 102+33+21=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #662115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662115 is #99DEEA. Grayscale: #343434. Windows color (decimal): -10084075 or 1384806. OLE color: 1384806.

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

Color convert

RGB1023321-
CMYK00.680.790.6
HSL8.89º65.85%24.12%-
HSV(B)8.89º79.41%40%-
XYZ6.163.971.15-
YUV52.26110.36163.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=65.38%
G=21.15%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102332100.680.790.68.8965.8524.12
Hex6621150444F3C94218
Octal14641250104117741110230
Binary1100110100001101010100010010011111111001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662115; }

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

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

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

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

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

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

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

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