#671C06

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

Shades of Red Oxide #671C06

Tints of Red Oxide #671C06

Color information

#671C06 (or 0x671C06) is unknown color: approx Red Oxide. HEX triplet: 67, 1C and 06. RGB value is (103,28,6). Sum of RGB (Red+Green+Blue) = 103+28+6=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #671C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C06 is #98E3F9. Grayscale: #303030. Windows color (decimal): -10019834 or 400487. OLE color: 400487.

HSL color Cylindrical-coordinate representation of color #671C06: hue angle of 13.61º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #671C06 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB103286-
CMYK00.730.940.60
HSL13.61º88.99%21.37%-
HSV(B)13.61º94.17%40.39%-
XYZ6.043.730.57-
YUV47.92104.35167.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 75.18%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=75.18%
G=20.44%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10328600.730.940.6013.6188.9921.37
Hex671C60495E3Ce5915
Octal1473460111136741613125
Binary1100111111001100100100110111101111001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,28,6); }

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

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

 a { background-color: rgb(103,28,6); }

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

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

 span { border-color: rgb(103,28,6); }

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