#671A06

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

Shades of Red Oxide #671A06

Tints of Red Oxide #671A06

Color information

#671A06 (or 0x671A06) is unknown color: approx Red Oxide. HEX triplet: 67, 1A and 06. RGB value is (103,26,6). Sum of RGB (Red+Green+Blue) = 103+26+6=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #671A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A06 is #98E5F9. Grayscale: #2E2E2E. Windows color (decimal): -10020346 or 399975. OLE color: 399975.

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

Color convert

RGB103266-
CMYK00.750.940.60
HSL12.37º88.99%21.37%-
HSV(B)12.37º94.17%40.39%-
XYZ63.640.56-
YUV46.74105.01168.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=76.30%
G=19.26%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10326600.750.940.6012.3788.9921.37
Hex671A604B5E3Cc5915
Octal1473260113136741413125
Binary1100111110101100100101110111101111001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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