#671C18

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

Shades of Red Oxide #671C18

Tints of Red Oxide #671C18

Color information

#671C18 (or 0x671C18) is unknown color: approx Red Oxide. HEX triplet: 67, 1C and 18. RGB value is (103,28,24). Sum of RGB (Red+Green+Blue) = 103+28+24=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #671C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C18 is #98E3E7. Grayscale: #323232. Windows color (decimal): -10019816 or 1580135. OLE color: 1580135.

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

Color convert

RGB1032824-
CMYK00.730.770.60
HSL3.04º62.2%24.9%-
HSV(B)3.04º76.7%40.39%-
XYZ6.173.781.27-
YUV49.97113.35165.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.45%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=66.45%
G=18.06%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103282400.730.770.603.0462.224.9
Hex671C180494D3C33e19
Octal147343001111157437631
Binary110011111100110000100100110011011111001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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