#661B09

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

Shades of Red Oxide #661B09

Tints of Red Oxide #661B09

Color information

#661B09 (or 0x661B09) is unknown color: approx Red Oxide. HEX triplet: 66, 1B and 09. RGB value is (102,27,9). Sum of RGB (Red+Green+Blue) = 102+27+9=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #661B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B09 is #99E4F6. Grayscale: #2F2F2F. Windows color (decimal): -10085623 or 596838. OLE color: 596838.

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

Color convert

RGB102279-
CMYK00.740.910.6
HSL11.61º83.78%21.76%-
HSV(B)11.61º91.18%40%-
XYZ5.923.630.65-
YUV47.37106.35166.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.91%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=73.91%
G=19.57%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10227900.740.910.611.6183.7821.76
Hex661B904A5B3Cc5416
Octal14633110112133741412426
Binary11001101101110010100101010110111111001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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