#66100E

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

Shades of Red Oxide #66100E

Tints of Red Oxide #66100E

Color information

#66100E (or 0x66100E) is unknown color: approx Red Oxide. HEX triplet: 66, 10 and 0E. RGB value is (102,16,14). Sum of RGB (Red+Green+Blue) = 102+16+14=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #66100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66100E is #99EFF1. Grayscale: #292929. Windows color (decimal): -10088434 or 921702. OLE color: 921702.

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

Color convert

RGB1021614-
CMYK00.840.860.6
HSL1.36º75.86%22.75%-
HSV(B)1.36º86.27%40%-
XYZ5.743.230.74-
YUV41.49112.49171.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.27%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=77.27%
G=12.12%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102161400.840.860.61.3675.8622.75
Hex6610E054563C14c17
Octal1462016012412674111427
Binary11001101000011100101010010101101111001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66100E; }

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

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

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

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

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

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

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

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