#681A07

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

Shades of Red Oxide #681A07

Tints of Red Oxide #681A07

Color information

#681A07 (or 0x681A07) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 07. RGB value is (104,26,7). Sum of RGB (Red+Green+Blue) = 104+26+7=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A07 is #97E5F8. Grayscale: #2F2F2F. Windows color (decimal): -9954809 or 465512. OLE color: 465512.

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

Color convert

RGB104267-
CMYK00.750.930.59
HSL11.75º87.39%21.76%-
HSV(B)11.75º93.27%40.78%-
XYZ6.123.70.59-
YUV47.16105.34168.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 7 (3.12% from 255) = 5.11%
R=75.91%
G=18.98%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10426700.750.930.5911.7587.3921.76
Hex681A704B5D3Bc5716
Octal1503270113135731412726
Binary1101000110101110100101110111011110111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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