#671B14

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

Shades of Red Oxide #671B14

Tints of Red Oxide #671B14

Color information

#671B14 (or 0x671B14) is unknown color: approx Red Oxide. HEX triplet: 67, 1B and 14. RGB value is (103,27,20). Sum of RGB (Red+Green+Blue) = 103+27+20=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #671B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671B14 is #98E4EB. Grayscale: #313131. Windows color (decimal): -10020076 or 1317735. OLE color: 1317735.

HSL color Cylindrical-coordinate representation of color #671B14: hue angle of 5.06º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671B14 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1032720-
CMYK00.740.810.60
HSL5.06º67.48%24.12%-
HSV(B)5.06º80.58%40.39%-
XYZ6.113.721.06-
YUV48.93111.68166.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.67%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=68.67%
G=18%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103272000.740.810.605.0667.4824.12
Hex671B1404A513C54318
Octal1473324011212174510330
Binary11001111101110100010010101010001111100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,27,20); }

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

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

 a { background-color: rgb(103,27,20); }

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

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

 span { border-color: rgb(103,27,20); }

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