#651B16

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

Shades of Red Oxide #651B16

Tints of Red Oxide #651B16

Color information

#651B16 (or 0x651B16) is unknown color: approx Red Oxide. HEX triplet: 65, 1B and 16. RGB value is (101,27,22). Sum of RGB (Red+Green+Blue) = 101+27+22=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #651B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B16 is #9AE4E9. Grayscale: #303030. Windows color (decimal): -10151146 or 1448805. OLE color: 1448805.

HSL color Cylindrical-coordinate representation of color #651B16: hue angle of 3.8º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651B16 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1012722-
CMYK00.730.780.60
HSL3.8º64.23%24.12%-
HSV(B)3.8º78.22%39.61%-
XYZ5.93.611.14-
YUV48.56113.02165.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.33%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 22 (8.98% from 255) = 14.67%
R=67.33%
G=18%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101272200.730.780.603.864.2324.12
Hex651B160494E3C44018
Octal1453326011111674410030
Binary11001011101110110010010011001110111100100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651B16; }

 p { color: rgb(101,27,22); }

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

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

 a { background-color: rgb(101,27,22); }

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

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

 span { border-color: rgb(101,27,22); }

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