#681C07

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

Shades of Red Oxide #681C07

Tints of Red Oxide #681C07

Color information

#681C07 (or 0x681C07) is unknown color: approx Red Oxide. HEX triplet: 68, 1C and 07. RGB value is (104,28,7). Sum of RGB (Red+Green+Blue) = 104+28+7=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C07 is #97E3F8. Grayscale: #303030. Windows color (decimal): -9954297 or 466024. OLE color: 466024.

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

Color convert

RGB104287-
CMYK00.730.930.59
HSL12.99º87.39%21.76%-
HSV(B)12.99º93.27%40.78%-
XYZ6.163.790.61-
YUV48.33104.68167.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 7 (3.12% from 255) = 5.04%
R=74.82%
G=20.14%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10428700.730.930.5912.9987.3921.76
Hex681C70495D3Bd5716
Octal1503470111135731512726
Binary1101000111001110100100110111011110111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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