#671C17

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

Shades of Red Oxide #671C17

Tints of Red Oxide #671C17

Color information

#671C17 (or 0x671C17) is unknown color: approx Red Oxide. HEX triplet: 67, 1C and 17. RGB value is (103,28,23). Sum of RGB (Red+Green+Blue) = 103+28+23=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #671C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C17 is #98E3E8. Grayscale: #313131. Windows color (decimal): -10019817 or 1514599. OLE color: 1514599.

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

Color convert

RGB1032823-
CMYK00.730.780.60
HSL3.75º63.49%24.71%-
HSV(B)3.75º77.67%40.39%-
XYZ6.163.781.21-
YUV49.86112.85165.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.88%
GREEN value IS 28 (11.33% from 255) = 18.18%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=66.88%
G=18.18%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103282300.730.780.603.7563.4924.71
Hex671C170494E3C43f19
Octal147342701111167447731
Binary1100111111001011101001001100111011110010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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