#691814

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

Shades of Red Oxide #691814

Tints of Red Oxide #691814

Color information

#691814 (or 0x691814) is unknown color: approx Red Oxide. HEX triplet: 69, 18 and 14. RGB value is (105,24,20). Sum of RGB (Red+Green+Blue) = 105+24+20=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #691814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691814 is #96E7EB. Grayscale: #2F2F2F. Windows color (decimal): -9889772 or 1316969. OLE color: 1316969.

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

Color convert

RGB1052420-
CMYK00.770.810.59
HSL2.82º68%24.51%-
HSV(B)2.82º80.95%41.18%-
XYZ6.283.711.05-
YUV47.76112.34168.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.47%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=70.47%
G=16.11%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105242000.770.810.592.826824.51
Hex69181404D513B34419
Octal1513024011512173310431
Binary1101001110001010001001101101000111101111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691814; }

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

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

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

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

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

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

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

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