#681B0A

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

Shades of Red Oxide #681B0A

Tints of Red Oxide #681B0A

Color information

#681B0A (or 0x681B0A) is unknown color: approx Red Oxide. HEX triplet: 68, 1B and 0A. RGB value is (104,27,10). Sum of RGB (Red+Green+Blue) = 104+27+10=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B0A is #97E4F5. Grayscale: #303030. Windows color (decimal): -9954550 or 662376. OLE color: 662376.

HSL color Cylindrical-coordinate representation of color #681B0A: hue angle of 10.85º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681B0A is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1042710-
CMYK00.740.900.59
HSL10.85º82.46%22.35%-
HSV(B)10.85º90.38%40.78%-
XYZ6.163.750.69-
YUV48.08106.51167.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=73.76%
G=19.15%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104271000.740.900.5910.8582.4622.35
Hex681BA04A5A3Bb5216
Octal15033120112132731312226
Binary11010001101110100100101010110101110111011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,27,10); }

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

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

 a { background-color: rgb(104,27,10); }

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

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

 span { border-color: rgb(104,27,10); }

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