#671908

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

Shades of Red Oxide #671908

Tints of Red Oxide #671908

Color information

#671908 (or 0x671908) is unknown color: approx Red Oxide. HEX triplet: 67, 19 and 08. RGB value is (103,25,8). Sum of RGB (Red+Green+Blue) = 103+25+8=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #671908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671908 is #98E6F7. Grayscale: #2E2E2E. Windows color (decimal): -10020600 or 530791. OLE color: 530791.

HSL color Cylindrical-coordinate representation of color #671908: hue angle of 10.74º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #671908 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB103258-
CMYK00.760.920.60
HSL10.74º85.59%21.76%-
HSV(B)10.74º92.23%40.39%-
XYZ5.983.60.61-
YUV46.38106.34168.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 75.74%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=75.74%
G=18.38%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10325800.760.920.6010.7485.5921.76
Hex6719804C5C3Cb5616
Octal14731100114134741312626
Binary11001111100110000100110010111001111001011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671908; }

 p { color: rgb(103,25,8); }

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

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

 a { background-color: rgb(103,25,8); }

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

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

 span { border-color: rgb(103,25,8); }

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