#671C10

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

Shades of Red Oxide #671C10

Tints of Red Oxide #671C10

Color information

#671C10 (or 0x671C10) is unknown color: approx Red Oxide. HEX triplet: 67, 1C and 10. RGB value is (103,28,16). Sum of RGB (Red+Green+Blue) = 103+28+16=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #671C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C10 is #98E3EF. Grayscale: #313131. Windows color (decimal): -10019824 or 1055847. OLE color: 1055847.

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

Color convert

RGB1032816-
CMYK00.730.840.60
HSL8.28º73.11%23.33%-
HSV(B)8.28º84.47%40.39%-
XYZ6.13.750.89-
YUV49.06109.35166.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.07%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=70.07%
G=19.05%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103281600.730.840.608.2873.1123.33
Hex671C10049543C84917
Octal14734200111124741011127
Binary110011111100100000100100110101001111001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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