#651F16

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

Shades of Red Oxide #651F16

Tints of Red Oxide #651F16

Color information

#651F16 (or 0x651F16) is unknown color: approx Red Oxide. HEX triplet: 65, 1F and 16. RGB value is (101,31,22). Sum of RGB (Red+Green+Blue) = 101+31+22=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #651F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F16 is #9AE0E9. Grayscale: #333333. Windows color (decimal): -10150122 or 1449829. OLE color: 1449829.

HSL color Cylindrical-coordinate representation of color #651F16: hue angle of 6.84º 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 #651F16 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1013122-
CMYK00.690.780.60
HSL6.84º64.23%24.12%-
HSV(B)6.84º78.22%39.61%-
XYZ63.81.18-
YUV50.9111.69163.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.58%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=65.58%
G=20.13%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101312200.690.780.606.8464.2324.12
Hex651F160454E3C74018
Octal1453726010511674710030
Binary11001011111110110010001011001110111100111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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