#671A09

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

Shades of Red Oxide #671A09

Tints of Red Oxide #671A09

Color information

#671A09 (or 0x671A09) is unknown color: approx Red Oxide. HEX triplet: 67, 1A and 09. RGB value is (103,26,9). Sum of RGB (Red+Green+Blue) = 103+26+9=138 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.64% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 103 - color contains mainly: red. Hex color #671A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A09 is #98E5F6. Grayscale: #2F2F2F. Windows color (decimal): -10020343 or 596583. OLE color: 596583.

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

Color convert

RGB103269-
CMYK00.750.910.60
HSL10.85º83.93%21.96%-
HSV(B)10.85º91.26%40.39%-
XYZ6.013.640.64-
YUV47.08106.51167.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 74.64%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=74.64%
G=18.84%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10326900.750.910.6010.8583.9321.96
Hex671A904B5B3Cb5416
Octal14732110113133741312426
Binary11001111101010010100101110110111111001011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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