#640E06

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

Shades of Red Oxide #640E06

Tints of Red Oxide #640E06

Color information

#640E06 (or 0x640E06) is unknown color: approx Red Oxide. HEX triplet: 64, 0E and 06. RGB value is (100,14,6). Sum of RGB (Red+Green+Blue) = 100+14+6=120 (15% of max value = 765). Red value is 100 (39.45% from 255 or 83.33% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 100 - color contains mainly: red. Hex color #640E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640E06 is #9BF1F9. Grayscale: #262626. Windows color (decimal): -10220026 or 396900. OLE color: 396900.

HSL color Cylindrical-coordinate representation of color #640E06: hue angle of 5.11º 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 #640E06 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB100146-
CMYK00.860.940.61
HSL5.11º88.68%20.78%-
HSV(B)5.11º94%39.22%-
XYZ5.453.040.47-
YUV38.8109.49171.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 83.33%
GREEN value IS 14 (5.86% from 255) = 11.67%
BLUE value IS 6 (2.73% from 255) = 5%
R=83.33%
G=11.67%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10014600.860.940.615.1188.6820.78
Hex64E60565E3D55915
Octal144166012613675513125
Binary11001001110110010101101011110111101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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