#661B17

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

Shades of Red Oxide #661B17

Tints of Red Oxide #661B17

Color information

#661B17 (or 0x661B17) is unknown color: approx Red Oxide. HEX triplet: 66, 1B and 17. RGB value is (102,27,23). Sum of RGB (Red+Green+Blue) = 102+27+23=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #661B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B17 is #99E4E8. Grayscale: #313131. Windows color (decimal): -10085609 or 1514342. OLE color: 1514342.

HSL color Cylindrical-coordinate representation of color #661B17: hue angle of 3.04º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661B17 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1022723-
CMYK00.740.770.6
HSL3.04º63.2%24.51%-
HSV(B)3.04º77.45%40%-
XYZ6.033.671.2-
YUV48.97113.35165.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=67.11%
G=17.76%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102272300.740.770.63.0463.224.51
Hex661B1704A4D3C33f19
Octal146332701121157437731
Binary110011011011101110100101010011011111001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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