#671804

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

Shades of Red Oxide #671804

Tints of Red Oxide #671804

Color information

#671804 (or 0x671804) is unknown color: approx Red Oxide. HEX triplet: 67, 18 and 04. RGB value is (103,24,4). Sum of RGB (Red+Green+Blue) = 103+24+4=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #671804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671804 is #98E7FB. Grayscale: #2D2D2D. Windows color (decimal): -10020860 or 268391. OLE color: 268391.

HSL color Cylindrical-coordinate representation of color #671804: hue angle of 12.12º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #671804 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB103244-
CMYK00.770.960.60
HSL12.12º92.52%20.98%-
HSV(B)12.12º96.12%40.39%-
XYZ5.943.550.49-
YUV45.34104.67169.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 78.63%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=78.63%
G=18.32%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10324400.770.960.6012.1292.5220.98
Hex6718404D603Cc5d15
Octal1473040115140741413525
Binary1100111110001000100110111000001111001100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671804; }

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

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

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

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

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

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

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

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