#671709

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

Shades of Red Oxide #671709

Tints of Red Oxide #671709

Color information

#671709 (or 0x671709) is unknown color: approx Red Oxide. HEX triplet: 67, 17 and 09. RGB value is (103,23,9). Sum of RGB (Red+Green+Blue) = 103+23+9=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #671709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671709 is #98E8F6. Grayscale: #2D2D2D. Windows color (decimal): -10021111 or 595815. OLE color: 595815.

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

Color convert

RGB103239-
CMYK00.780.910.60
HSL8.94º83.93%21.96%-
HSV(B)8.94º91.26%40.39%-
XYZ5.953.520.62-
YUV45.32107.5169.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=76.30%
G=17.04%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10323900.780.910.608.9483.9321.96
Hex6717904E5B3C95416
Octal14727110116133741112426
Binary11001111011110010100111010110111111001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671709; }

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

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

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

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

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

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

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

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