#691F14

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

Shades of Red Oxide #691F14

Tints of Red Oxide #691F14

Color information

#691F14 (or 0x691F14) is unknown color: approx Red Oxide. HEX triplet: 69, 1F and 14. RGB value is (105,31,20). Sum of RGB (Red+Green+Blue) = 105+31+20=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691F14 is #96E0EB. Grayscale: #333333. Windows color (decimal): -9887980 or 1318761. OLE color: 1318761.

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

Color convert

RGB1053120-
CMYK00.700.810.59
HSL7.76º68%24.51%-
HSV(B)7.76º80.95%41.18%-
XYZ6.444.031.1-
YUV51.87110.02165.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.31%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=67.31%
G=19.87%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105312000.700.810.597.766824.51
Hex691F14046513B84419
Octal15137240106121731010431
Binary110100111111101000100011010100011110111000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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