#691211

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

Shades of Red Oxide #691211

Tints of Red Oxide #691211

Color information

#691211 (or 0x691211) is unknown color: approx Red Oxide. HEX triplet: 69, 12 and 11. RGB value is (105,18,17). Sum of RGB (Red+Green+Blue) = 105+18+17=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #691211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691211 is #96EDEE. Grayscale: #2B2B2B. Windows color (decimal): -9891311 or 1118825. OLE color: 1118825.

HSL color Cylindrical-coordinate representation of color #691211: hue angle of 0.68º 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 #691211 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1051817-
CMYK00.830.840.59
HSL0.68º72.13%23.92%-
HSV(B)0.68º83.81%41.18%-
XYZ6.143.480.88-
YUV43.9112.82171.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=75%
G=12.86%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105181700.830.840.590.6872.1323.92
Hex691211053543B14818
Octal1512221012312473111030
Binary110100110010100010101001110101001110111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691211; }

 p { color: rgb(105,18,17); }

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

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

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

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

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

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

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