#681807

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

Shades of Red Oxide #681807

Tints of Red Oxide #681807

Color information

#681807 (or 0x681807) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 07. RGB value is (104,24,7). Sum of RGB (Red+Green+Blue) = 104+24+7=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681807 is #97E7F8. Grayscale: #2E2E2E. Windows color (decimal): -9955321 or 465000. OLE color: 465000.

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

Color convert

RGB104247-
CMYK00.770.930.59
HSL10.52º87.39%21.76%-
HSV(B)10.52º93.27%40.78%-
XYZ6.073.610.58-
YUV45.98106169.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 7 (3.12% from 255) = 5.19%
R=77.04%
G=17.78%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424700.770.930.5910.5287.3921.76
Hex6818704D5D3Bb5716
Octal1503070115135731312726
Binary1101000110001110100110110111011110111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681807; }

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

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

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

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

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

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

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

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