#651006

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

Shades of Red Oxide #651006

Tints of Red Oxide #651006

Color information

#651006 (or 0x651006) is unknown color: approx Red Oxide. HEX triplet: 65, 10 and 06. RGB value is (101,16,6). Sum of RGB (Red+Green+Blue) = 101+16+6=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #651006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651006 is #9AEFF9. Grayscale: #282828. Windows color (decimal): -10153978 or 397413. OLE color: 397413.

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

Color convert

RGB101166-
CMYK00.840.940.60
HSL6.32º88.79%20.98%-
HSV(B)6.32º94.06%39.61%-
XYZ5.583.150.49-
YUV40.27108.66171.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 82.11%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=82.11%
G=13.01%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10116600.840.940.606.3288.7920.98
Hex651060545E3C65915
Octal145206012413674613125
Binary110010110000110010101001011110111100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651006; }

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

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

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

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

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

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

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

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