#671D17

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

Shades of Red Oxide #671D17

Tints of Red Oxide #671D17

Color information

#671D17 (or 0x671D17) is unknown color: approx Red Oxide. HEX triplet: 67, 1D and 17. RGB value is (103,29,23). Sum of RGB (Red+Green+Blue) = 103+29+23=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #671D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D17 is #98E2E8. Grayscale: #323232. Windows color (decimal): -10019561 or 1514855. OLE color: 1514855.

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

Color convert

RGB1032923-
CMYK00.720.780.60
HSL4.5º63.49%24.71%-
HSV(B)4.5º77.67%40.39%-
XYZ6.193.821.22-
YUV50.44112.52165.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.45%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=66.45%
G=18.71%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103292300.720.780.604.563.4924.71
Hex671D170484E3C43f19
Octal147352701101167447731
Binary1100111111011011101001000100111011110010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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