#691918

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

Shades of Red Oxide #691918

Tints of Red Oxide #691918

Color information

#691918 (or 0x691918) is unknown color: approx Red Oxide. HEX triplet: 69, 19 and 18. RGB value is (105,25,24). Sum of RGB (Red+Green+Blue) = 105+25+24=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #691918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691918 is #96E6E7. Grayscale: #303030. Windows color (decimal): -9889512 or 1579369. OLE color: 1579369.

HSL color Cylindrical-coordinate representation of color #691918: hue angle of 0.74º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #691918 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1052524-
CMYK00.760.770.59
HSL0.74º62.79%25.29%-
HSV(B)0.74º77.14%41.18%-
XYZ6.343.761.26-
YUV48.81114168.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 25 (10.16% from 255) = 16.23%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=68.18%
G=16.23%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105252400.760.770.590.7462.7925.29
Hex69191804C4D3B13f19
Octal151313001141157317731
Binary11010011100111000010011001001101111011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691918; }

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

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

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

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

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

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

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

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