#691C14

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

Shades of Red Oxide #691C14

Tints of Red Oxide #691C14

Color information

#691C14 (or 0x691C14) is unknown color: approx Red Oxide. HEX triplet: 69, 1C and 14. RGB value is (105,28,20). Sum of RGB (Red+Green+Blue) = 105+28+20=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #691C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C14 is #96E3EB. Grayscale: #323232. Windows color (decimal): -9888748 or 1317993. OLE color: 1317993.

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

Color convert

RGB1052820-
CMYK00.730.810.59
HSL5.65º68%24.51%-
HSV(B)5.65º80.95%41.18%-
XYZ6.373.881.08-
YUV50.11111.01167.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.63%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=68.63%
G=18.30%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105282000.730.810.595.656824.51
Hex691C14049513B64419
Octal1513424011112173610431
Binary11010011110010100010010011010001111011110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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