#681E08

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

Shades of Red Oxide #681E08

Tints of Red Oxide #681E08

Color information

#681E08 (or 0x681E08) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 08. RGB value is (104,30,8). Sum of RGB (Red+Green+Blue) = 104+30+8=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E08 is #97E1F7. Grayscale: #313131. Windows color (decimal): -9953784 or 532072. OLE color: 532072.

HSL color Cylindrical-coordinate representation of color #681E08: hue angle of 13.75º 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 #681E08 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB104308-
CMYK00.710.920.59
HSL13.75º85.71%21.96%-
HSV(B)13.75º92.31%40.78%-
XYZ6.223.890.65-
YUV49.62104.52166.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=73.24%
G=21.13%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10430800.710.920.5913.7585.7121.96
Hex681E80475C3Be5616
Octal15036100107134731612626
Binary11010001111010000100011110111001110111110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681E08; }

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

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

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

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

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

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

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

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