#661B14

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

Shades of Red Oxide #661B14

Tints of Red Oxide #661B14

Color information

#661B14 (or 0x661B14) is unknown color: approx Red Oxide. HEX triplet: 66, 1B and 14. RGB value is (102,27,20). Sum of RGB (Red+Green+Blue) = 102+27+20=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #661B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B14 is #99E4EB. Grayscale: #303030. Windows color (decimal): -10085612 or 1317734. OLE color: 1317734.

HSL color Cylindrical-coordinate representation of color #661B14: hue angle of 5.12º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661B14 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1022720-
CMYK00.740.800.6
HSL5.12º67.21%23.92%-
HSV(B)5.12º80.39%40%-
XYZ63.661.05-
YUV48.63111.85166.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=68.46%
G=18.12%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102272000.740.800.65.1267.2123.92
Hex661B1404A503C54318
Octal1463324011212074510330
Binary11001101101110100010010101010000111100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,27,20); }

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

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

 a { background-color: rgb(102,27,20); }

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

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

 span { border-color: rgb(102,27,20); }

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