#681407

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

Shades of Red Oxide #681407

Tints of Red Oxide #681407

Color information

#681407 (or 0x681407) is unknown color: approx Red Oxide. HEX triplet: 68, 14 and 07. RGB value is (104,20,7). Sum of RGB (Red+Green+Blue) = 104+20+7=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #681407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681407 is #97EBF8. Grayscale: #2B2B2B. Windows color (decimal): -9956345 or 463976. OLE color: 463976.

HSL color Cylindrical-coordinate representation of color #681407: hue angle of 8.04º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #681407 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB104207-
CMYK00.810.930.59
HSL8.04º87.39%21.76%-
HSV(B)8.04º93.27%40.78%-
XYZ63.460.55-
YUV43.63107.33171.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 79.39%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 7 (3.12% from 255) = 5.34%
R=79.39%
G=15.27%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10420700.810.930.598.0487.3921.76
Hex681470515D3B85716
Octal1502470121135731012726
Binary1101000101001110101000110111011110111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681407; }

 p { color: rgb(104,20,7); }

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

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

 a { background-color: rgb(104,20,7); }

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

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

 span { border-color: rgb(104,20,7); }

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