#651506

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

Shades of Red Oxide #651506

Tints of Red Oxide #651506

Color information

#651506 (or 0x651506) is unknown color: approx Red Oxide. HEX triplet: 65, 15 and 06. RGB value is (101,21,6). Sum of RGB (Red+Green+Blue) = 101+21+6=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #651506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651506 is #9AEAF9. Grayscale: #2B2B2B. Windows color (decimal): -10152698 or 398693. OLE color: 398693.

HSL color Cylindrical-coordinate representation of color #651506: hue angle of 9.47º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #651506 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB101216-
CMYK00.790.940.60
HSL9.47º88.79%20.98%-
HSV(B)9.47º94.06%39.61%-
XYZ5.673.320.51-
YUV43.21107169.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 6 (2.73% from 255) = 4.69%
R=78.91%
G=16.41%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10121600.790.940.609.4788.7920.98
Hex6515604F5E3C95915
Octal1452560117136741113125
Binary1100101101011100100111110111101111001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651506; }

 p { color: rgb(101,21,6); }

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

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

 a { background-color: rgb(101,21,6); }

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

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

 span { border-color: rgb(101,21,6); }

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