#691C11

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

Shades of Red Oxide #691C11

Tints of Red Oxide #691C11

Color information

#691C11 (or 0x691C11) is unknown color: approx Red Oxide. HEX triplet: 69, 1C and 11. RGB value is (105,28,17). Sum of RGB (Red+Green+Blue) = 105+28+17=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #691C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C11 is #96E3EE. Grayscale: #313131. Windows color (decimal): -9888751 or 1121385. OLE color: 1121385.

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

Color convert

RGB1052817-
CMYK00.730.840.59
HSL7.5º72.13%23.92%-
HSV(B)7.5º83.81%41.18%-
XYZ6.343.870.94-
YUV49.77109.51167.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=70%
G=18.67%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105281700.730.840.597.572.1323.92
Hex691C11049543B84818
Octal15134210111124731011030
Binary110100111100100010100100110101001110111000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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