#670E09

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

Shades of Red Oxide #670E09

Tints of Red Oxide #670E09

Color information

#670E09 (or 0x670E09) is unknown color: approx Red Oxide. HEX triplet: 67, 0E and 09. RGB value is (103,14,9). Sum of RGB (Red+Green+Blue) = 103+14+9=126 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.75% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 103 - color contains mainly: red. Hex color #670E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670E09 is #98F1F6. Grayscale: #282828. Windows color (decimal): -10023415 or 593511. OLE color: 593511.

HSL color Cylindrical-coordinate representation of color #670E09: hue angle of 3.19º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670E09 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB103149-
CMYK00.860.910.60
HSL3.19º83.93%21.96%-
HSV(B)3.19º91.26%40.39%-
XYZ5.83.220.57-
YUV40.04110.49172.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 81.75%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=81.75%
G=11.11%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10314900.860.910.603.1983.9321.96
Hex67E90565B3C35416
Octal1471611012613374312426
Binary11001111110100101010110101101111110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670E09; }

 p { color: rgb(103,14,9); }

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

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

 a { background-color: rgb(103,14,9); }

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

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

 span { border-color: rgb(103,14,9); }

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