#671E09

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

Shades of Red Oxide #671E09

Tints of Red Oxide #671E09

Color information

#671E09 (or 0x671E09) is unknown color: approx Red Oxide. HEX triplet: 67, 1E and 09. RGB value is (103,30,9). Sum of RGB (Red+Green+Blue) = 103+30+9=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #671E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E09 is #98E1F6. Grayscale: #313131. Windows color (decimal): -10019319 or 597607. OLE color: 597607.

HSL color Cylindrical-coordinate representation of color #671E09: hue angle of 13.4º 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 #671E09 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB103309-
CMYK00.710.910.60
HSL13.4º83.93%21.96%-
HSV(B)13.4º91.26%40.39%-
XYZ6.113.830.68-
YUV49.43105.18166.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 72.54%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=72.54%
G=21.13%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10330900.710.910.6013.483.9321.96
Hex671E90475B3Cd5416
Octal14736110107133741512426
Binary11001111111010010100011110110111111001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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