#681111

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

Shades of Red Oxide #681111

Tints of Red Oxide #681111

Color information

#681111 (or 0x681111) is unknown color: approx Red Oxide. HEX triplet: 68, 11 and 11. RGB value is (104,17,17). Sum of RGB (Red+Green+Blue) = 104+17+17=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #681111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681111 is #97EEEE. Grayscale: #2B2B2B. Windows color (decimal): -9957103 or 1118568. OLE color: 1118568.

HSL color Cylindrical-coordinate representation of color #681111: hue angle of 0º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681111 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1041717-
CMYK00.840.840.59
HSL71.9%23.73%-
HSV(B)83.65%40.78%-
XYZ6.013.380.87-
YUV43.01113.32171.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=75.36%
G=12.32%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104171700.840.840.59071.923.73
Hex681111054543B04818
Octal1502121012412473011030
Binary110100010001100010101010010101001110110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681111; }

 p { color: rgb(104,17,17); }

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

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

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

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

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

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

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