#691F12

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

Shades of Red Oxide #691F12

Tints of Red Oxide #691F12

Color information

#691F12 (or 0x691F12) is unknown color: approx Red Oxide. HEX triplet: 69, 1F and 12. RGB value is (105,31,18). Sum of RGB (Red+Green+Blue) = 105+31+18=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #691F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691F12 is #96E0ED. Grayscale: #333333. Windows color (decimal): -9887982 or 1187689. OLE color: 1187689.

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

Color convert

RGB1053118-
CMYK00.700.830.59
HSL8.97º70.73%24.12%-
HSV(B)8.97º82.86%41.18%-
XYZ6.424.031.01-
YUV51.64109.02166.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=68.18%
G=20.13%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105311800.700.830.598.9770.7324.12
Hex691F12046533B94718
Octal15137220106123731110730
Binary110100111111100100100011010100111110111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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