#691E11

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

Shades of Red Oxide #691E11

Tints of Red Oxide #691E11

Color information

#691E11 (or 0x691E11) is unknown color: approx Red Oxide. HEX triplet: 69, 1E and 11. RGB value is (105,30,17). Sum of RGB (Red+Green+Blue) = 105+30+17=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #691E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E11 is #96E1EE. Grayscale: #333333. Windows color (decimal): -9888239 or 1121897. OLE color: 1121897.

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

Color convert

RGB1053017-
CMYK00.710.840.59
HSL8.86º72.13%23.92%-
HSV(B)8.86º83.81%41.18%-
XYZ6.393.970.96-
YUV50.94108.85166.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.08%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=69.08%
G=19.74%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105301700.710.840.598.8672.1323.92
Hex691E11047543B94818
Octal15136210107124731111030
Binary110100111110100010100011110101001110111001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691E11; }

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

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

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

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

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

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

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

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