#681B17

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

Shades of Red Oxide #681B17

Tints of Red Oxide #681B17

Color information

#681B17 (or 0x681B17) is unknown color: approx Red Oxide. HEX triplet: 68, 1B and 17. RGB value is (104,27,23). Sum of RGB (Red+Green+Blue) = 104+27+23=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #681B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B17 is #97E4E8. Grayscale: #313131. Windows color (decimal): -9954537 or 1514344. OLE color: 1514344.

HSL color Cylindrical-coordinate representation of color #681B17: hue angle of 2.96º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681B17 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB1042723-
CMYK00.740.780.59
HSL2.96º63.78%24.9%-
HSV(B)2.96º77.88%40.78%-
XYZ6.263.791.21-
YUV49.57113.01166.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=67.53%
G=17.53%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104272300.740.780.592.9663.7824.9
Hex681B1704A4E3B34019
Octal1503327011211673310031
Binary1101000110111011101001010100111011101111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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