#670E08

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

Shades of Red Oxide #670E08

Tints of Red Oxide #670E08

Color information

#670E08 (or 0x670E08) is unknown color: approx Red Oxide. HEX triplet: 67, 0E and 08. RGB value is (103,14,8). Sum of RGB (Red+Green+Blue) = 103+14+8=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #670E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670E08 is #98F1F7. Grayscale: #282828. Windows color (decimal): -10023416 or 527975. OLE color: 527975.

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

Color convert

RGB103148-
CMYK00.860.920.60
HSL3.79º85.59%21.76%-
HSV(B)3.79º92.23%40.39%-
XYZ5.793.220.54-
YUV39.93109.99172.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 82.4%
GREEN value IS 14 (5.86% from 255) = 11.2%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=82.4%
G=11.2%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10314800.860.920.603.7985.5921.76
Hex67E80565C3C45616
Octal1471610012613474412626
Binary110011111101000010101101011100111100100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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