#640D06

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

Shades of Red Oxide #640D06

Tints of Red Oxide #640D06

Color information

#640D06 (or 0x640D06) is unknown color: approx Red Oxide. HEX triplet: 64, 0D and 06. RGB value is (100,13,6). Sum of RGB (Red+Green+Blue) = 100+13+6=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #640D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640D06 is #9BF2F9. Grayscale: #262626. Windows color (decimal): -10220282 or 396644. OLE color: 396644.

HSL color Cylindrical-coordinate representation of color #640D06: hue angle of 4.47º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640D06 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB100136-
CMYK00.870.940.61
HSL4.47º88.68%20.78%-
HSV(B)4.47º94%39.22%-
XYZ5.433.010.47-
YUV38.21109.82172.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 84.03%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=84.03%
G=10.92%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10013600.870.940.614.4788.6820.78
Hex64D60575E3D45915
Octal144156012713675413125
Binary11001001101110010101111011110111101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640D06; }

 p { color: rgb(100,13,6); }

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

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

 a { background-color: rgb(100,13,6); }

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

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

 span { border-color: rgb(100,13,6); }

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