#660F0E

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

Shades of Red Oxide #660F0E

Tints of Red Oxide #660F0E

Color information

#660F0E (or 0x660F0E) is unknown color: approx Red Oxide. HEX triplet: 66, 0F and 0E. RGB value is (102,15,14). Sum of RGB (Red+Green+Blue) = 102+15+14=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #660F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F0E is #99F0F1. Grayscale: #282828. Windows color (decimal): -10088690 or 921446. OLE color: 921446.

HSL color Cylindrical-coordinate representation of color #660F0E: hue angle of 0.68º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #660F0E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1021514-
CMYK00.850.860.6
HSL0.68º75.86%22.75%-
HSV(B)0.68º86.27%40%-
XYZ5.733.20.73-
YUV40.9112.82171.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.86%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=77.86%
G=11.45%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102151400.850.860.60.6875.8622.75
Hex66FE055563C14c17
Octal1461716012512674111427
Binary1100110111111100101010110101101111001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F0E; }

 p { color: rgb(102,15,14); }

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

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

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

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

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

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

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