#691A18

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

Shades of Red Oxide #691A18

Tints of Red Oxide #691A18

Color information

#691A18 (or 0x691A18) is unknown color: approx Red Oxide. HEX triplet: 69, 1A and 18. RGB value is (105,26,24). Sum of RGB (Red+Green+Blue) = 105+26+24=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #691A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A18 is #96E5E7. Grayscale: #313131. Windows color (decimal): -9889256 or 1579625. OLE color: 1579625.

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

Color convert

RGB1052624-
CMYK00.750.770.59
HSL1.48º62.79%25.29%-
HSV(B)1.48º77.14%41.18%-
XYZ6.363.811.26-
YUV49.39113.67167.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.74%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=67.74%
G=16.77%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105262400.750.770.591.4862.7925.29
Hex691A1804B4D3B13f19
Octal151323001131157317731
Binary11010011101011000010010111001101111011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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