#681607

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

Shades of Red Oxide #681607

Tints of Red Oxide #681607

Color information

#681607 (or 0x681607) is unknown color: approx Red Oxide. HEX triplet: 68, 16 and 07. RGB value is (104,22,7). Sum of RGB (Red+Green+Blue) = 104+22+7=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #681607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681607 is #97E9F8. Grayscale: #2C2C2C. Windows color (decimal): -9955833 or 464488. OLE color: 464488.

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

Color convert

RGB104227-
CMYK00.790.930.59
HSL9.28º87.39%21.76%-
HSV(B)9.28º93.27%40.78%-
XYZ6.033.530.56-
YUV44.81106.67170.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.20%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=78.20%
G=16.54%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10422700.790.930.599.2887.3921.76
Hex6816704F5D3B95716
Octal1502670117135731112726
Binary1101000101101110100111110111011110111001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681607; }

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

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

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

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

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

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

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

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