#691B18

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

Shades of Red Oxide #691B18

Tints of Red Oxide #691B18

Color information

#691B18 (or 0x691B18) is unknown color: approx Red Oxide. HEX triplet: 69, 1B and 18. RGB value is (105,27,24). Sum of RGB (Red+Green+Blue) = 105+27+24=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691B18 is #96E4E7. Grayscale: #323232. Windows color (decimal): -9889000 or 1579881. OLE color: 1579881.

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

Color convert

RGB1052724-
CMYK00.740.770.59
HSL2.22º62.79%25.29%-
HSV(B)2.22º77.14%41.18%-
XYZ6.383.851.27-
YUV49.98113.34167.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.31%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=67.31%
G=17.31%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105272400.740.770.592.2262.7925.29
Hex691B1804A4D3B23f19
Octal151333001121157327731
Binary110100111011110000100101010011011110111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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