#661107

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

Shades of Red Oxide #661107

Tints of Red Oxide #661107

Color information

#661107 (or 0x661107) is unknown color: approx Red Oxide. HEX triplet: 66, 11 and 07. RGB value is (102,17,7). Sum of RGB (Red+Green+Blue) = 102+17+7=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #661107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661107 is #99EEF8. Grayscale: #292929. Windows color (decimal): -10088185 or 463206. OLE color: 463206.

HSL color Cylindrical-coordinate representation of color #661107: hue angle of 6.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #661107 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB102177-
CMYK00.830.930.6
HSL6.32º87.16%21.37%-
HSV(B)6.32º93.14%40%-
XYZ5.723.240.53-
YUV41.28108.66171.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.95%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=80.95%
G=13.49%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10217700.830.930.66.3287.1621.37
Hex661170535D3C65715
Octal146217012313574612725
Binary110011010001111010100111011101111100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661107; }

 p { color: rgb(102,17,7); }

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

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

 a { background-color: rgb(102,17,7); }

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

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

 span { border-color: rgb(102,17,7); }

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