#691D11

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

Shades of Red Oxide #691D11

Tints of Red Oxide #691D11

Color information

#691D11 (or 0x691D11) is unknown color: approx Red Oxide. HEX triplet: 69, 1D and 11. RGB value is (105,29,17). Sum of RGB (Red+Green+Blue) = 105+29+17=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #691D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D11 is #96E2EE. Grayscale: #323232. Windows color (decimal): -9888495 or 1121641. OLE color: 1121641.

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

Color convert

RGB1052917-
CMYK00.720.840.59
HSL8.18º72.13%23.92%-
HSV(B)8.18º83.81%41.18%-
XYZ6.373.920.95-
YUV50.36109.18166.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.54%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=69.54%
G=19.21%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105291700.720.840.598.1872.1323.92
Hex691D11048543B84818
Octal15135210110124731011030
Binary110100111101100010100100010101001110111000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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