#681A0B

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

Shades of Red Oxide #681A0B

Tints of Red Oxide #681A0B

Color information

#681A0B (or 0x681A0B) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 0B. RGB value is (104,26,11). Sum of RGB (Red+Green+Blue) = 104+26+11=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A0B is #97E5F4. Grayscale: #2F2F2F. Windows color (decimal): -9954805 or 727656. OLE color: 727656.

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

Color convert

RGB1042611-
CMYK00.750.890.59
HSL9.68º80.87%22.55%-
HSV(B)9.68º89.42%40.78%-
XYZ6.143.710.71-
YUV47.61107.34168.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=73.76%
G=18.44%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104261100.750.890.599.6880.8722.55
Hex681AB04B593Ba5117
Octal15032130113131731212127
Binary11010001101010110100101110110011110111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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