#681907

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

Shades of Red Oxide #681907

Tints of Red Oxide #681907

Color information

#681907 (or 0x681907) is unknown color: approx Red Oxide. HEX triplet: 68, 19 and 07. RGB value is (104,25,7). Sum of RGB (Red+Green+Blue) = 104+25+7=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681907 is #97E6F8. Grayscale: #2E2E2E. Windows color (decimal): -9955065 or 465256. OLE color: 465256.

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

Color convert

RGB104257-
CMYK00.760.930.59
HSL11.13º87.39%21.76%-
HSV(B)11.13º93.27%40.78%-
XYZ6.093.650.59-
YUV46.57105.67168.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 76.47%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 7 (3.12% from 255) = 5.15%
R=76.47%
G=18.38%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10425700.760.930.5911.1387.3921.76
Hex6819704C5D3Bb5716
Octal1503170114135731312726
Binary1101000110011110100110010111011110111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681907; }

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

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

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

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

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

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

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

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