#681A10

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

Shades of Red Oxide #681A10

Tints of Red Oxide #681A10

Color information

#681A10 (or 0x681A10) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 10. RGB value is (104,26,16). Sum of RGB (Red+Green+Blue) = 104+26+16=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A10 is #97E5EF. Grayscale: #303030. Windows color (decimal): -9954800 or 1055336. OLE color: 1055336.

HSL color Cylindrical-coordinate representation of color #681A10: hue angle of 6.82º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681A10 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB1042616-
CMYK00.750.850.59
HSL6.82º73.33%23.53%-
HSV(B)6.82º84.62%40.78%-
XYZ6.173.720.88-
YUV48.18109.84167.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=71.23%
G=17.81%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104261600.750.850.596.8273.3323.53
Hex681A1004B553B74918
Octal1503220011312573711130
Binary11010001101010000010010111010101111011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,16); }

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

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

 a { background-color: rgb(104,26,16); }

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

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

 span { border-color: rgb(104,26,16); }

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