#681408

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

Shades of Red Oxide #681408

Tints of Red Oxide #681408

Color information

#681408 (or 0x681408) is unknown color: approx Red Oxide. HEX triplet: 68, 14 and 08. RGB value is (104,20,8). Sum of RGB (Red+Green+Blue) = 104+20+8=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #681408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681408 is #97EBF7. Grayscale: #2B2B2B. Windows color (decimal): -9956344 or 529512. OLE color: 529512.

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

Color convert

RGB104208-
CMYK00.810.920.59
HSL7.5º85.71%21.96%-
HSV(B)7.5º92.31%40.78%-
XYZ63.460.58-
YUV43.75107.83170.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=78.79%
G=15.15%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10420800.810.920.597.585.7121.96
Hex681480515C3B85616
Octal15024100121134731012626
Binary11010001010010000101000110111001110111000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681408; }

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

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

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

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

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

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

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

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