#691D14

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

Shades of Red Oxide #691D14

Tints of Red Oxide #691D14

Color information

#691D14 (or 0x691D14) is unknown color: approx Red Oxide. HEX triplet: 69, 1D and 14. RGB value is (105,29,20). Sum of RGB (Red+Green+Blue) = 105+29+20=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #691D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D14 is #96E2EB. Grayscale: #323232. Windows color (decimal): -9888492 or 1318249. OLE color: 1318249.

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

Color convert

RGB1052920-
CMYK00.720.810.59
HSL6.35º68%24.51%-
HSV(B)6.35º80.95%41.18%-
XYZ6.393.931.08-
YUV50.7110.68166.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=68.18%
G=18.83%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105292000.720.810.596.356824.51
Hex691D14048513B64419
Octal1513524011012173610431
Binary11010011110110100010010001010001111011110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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