#681B15

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

Shades of Red Oxide #681B15

Tints of Red Oxide #681B15

Color information

#681B15 (or 0x681B15) is unknown color: approx Red Oxide. HEX triplet: 68, 1B and 15. RGB value is (104,27,21). Sum of RGB (Red+Green+Blue) = 104+27+21=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #681B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B15 is #97E4EA. Grayscale: #313131. Windows color (decimal): -9954539 or 1383272. OLE color: 1383272.

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

Color convert

RGB1042721-
CMYK00.740.800.59
HSL4.34º66.4%24.51%-
HSV(B)4.34º79.81%40.78%-
XYZ6.243.781.11-
YUV49.34112.01166.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=68.42%
G=17.76%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104272100.740.800.594.3466.424.51
Hex681B1504A503B44219
Octal1503325011212073410231
Binary11010001101110101010010101010000111011100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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