#651106

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

Shades of Red Oxide #651106

Tints of Red Oxide #651106

Color information

#651106 (or 0x651106) is unknown color: approx Red Oxide. HEX triplet: 65, 11 and 06. RGB value is (101,17,6). Sum of RGB (Red+Green+Blue) = 101+17+6=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #651106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651106 is #9AEEF9. Grayscale: #282828. Windows color (decimal): -10153722 or 397669. OLE color: 397669.

HSL color Cylindrical-coordinate representation of color #651106: hue angle of 6.95º 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 #651106 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB101176-
CMYK00.830.940.60
HSL6.95º88.79%20.98%-
HSV(B)6.95º94.06%39.61%-
XYZ5.63.180.49-
YUV40.86108.33170.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 81.45%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=81.45%
G=13.71%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10117600.830.940.606.9588.7920.98
Hex651160535E3C75915
Octal145216012313674713125
Binary110010110001110010100111011110111100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651106; }

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

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

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

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

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

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

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

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