#661C11

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

Shades of Red Oxide #661C11

Tints of Red Oxide #661C11

Color information

#661C11 (or 0x661C11) is unknown color: approx Red Oxide. HEX triplet: 66, 1C and 11. RGB value is (102,28,17). Sum of RGB (Red+Green+Blue) = 102+28+17=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #661C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C11 is #99E3EE. Grayscale: #303030. Windows color (decimal): -10085359 or 1121382. OLE color: 1121382.

HSL color Cylindrical-coordinate representation of color #661C11: hue angle of 7.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661C11 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1022817-
CMYK00.730.830.6
HSL7.76º71.43%23.33%-
HSV(B)7.76º83.33%40%-
XYZ63.70.93-
YUV48.87110.02165.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=69.39%
G=19.05%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102281700.730.830.67.7671.4323.33
Hex661C11049533C84717
Octal14634210111123741010727
Binary110011011100100010100100110100111111001000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661C11; }

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

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

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

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

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

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

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

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