#681705

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

Shades of Red Oxide #681705

Tints of Red Oxide #681705

Color information

#681705 (or 0x681705) is unknown color: approx Red Oxide. HEX triplet: 68, 17 and 05. RGB value is (104,23,5). Sum of RGB (Red+Green+Blue) = 104+23+5=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #681705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681705 is #97E8FA. Grayscale: #2D2D2D. Windows color (decimal): -9955579 or 333672. OLE color: 333672.

HSL color Cylindrical-coordinate representation of color #681705: hue angle of 10.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #681705 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB104235-
CMYK00.780.950.59
HSL10.91º90.83%21.37%-
HSV(B)10.91º95.19%40.78%-
XYZ6.043.570.51-
YUV45.17105.34169.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=78.79%
G=17.42%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10423500.780.950.5910.9190.8321.37
Hex6817504E5F3Bb5b15
Octal1502750116137731313325
Binary1101000101111010100111010111111110111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681705; }

 p { color: rgb(104,23,5); }

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

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

 a { background-color: rgb(104,23,5); }

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

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

 span { border-color: rgb(104,23,5); }

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