#681B06

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

Shades of Red Oxide #681B06

Tints of Red Oxide #681B06

Color information

#681B06 (or 0x681B06) is unknown color: approx Red Oxide. HEX triplet: 68, 1B and 06. RGB value is (104,27,6). Sum of RGB (Red+Green+Blue) = 104+27+6=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B06 is #97E4F9. Grayscale: #2F2F2F. Windows color (decimal): -9954554 or 400232. OLE color: 400232.

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

Color convert

RGB104276-
CMYK00.740.940.59
HSL12.86º89.09%21.57%-
HSV(B)12.86º94.23%40.78%-
XYZ6.133.740.57-
YUV47.63104.51168.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=75.91%
G=19.71%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10427600.740.940.5912.8689.0921.57
Hex681B604A5E3Bd5916
Octal1503360112136731513126
Binary1101000110111100100101010111101110111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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