#681A08

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

Shades of Red Oxide #681A08

Tints of Red Oxide #681A08

Color information

#681A08 (or 0x681A08) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 08. RGB value is (104,26,8). Sum of RGB (Red+Green+Blue) = 104+26+8=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #681A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A08 is #97E5F7. Grayscale: #2F2F2F. Windows color (decimal): -9954808 or 531048. OLE color: 531048.

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

Color convert

RGB104268-
CMYK00.750.920.59
HSL11.25º85.71%21.96%-
HSV(B)11.25º92.31%40.78%-
XYZ6.123.70.62-
YUV47.27105.84168.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=75.36%
G=18.84%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10426800.750.920.5911.2585.7121.96
Hex681A804B5C3Bb5616
Octal15032100113134731312626
Binary11010001101010000100101110111001110111011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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