#691E18

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

Shades of Red Oxide #691E18

Tints of Red Oxide #691E18

Color information

#691E18 (or 0x691E18) is unknown color: approx Red Oxide. HEX triplet: 69, 1E and 18. RGB value is (105,30,24). Sum of RGB (Red+Green+Blue) = 105+30+24=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #691E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E18 is #96E1E7. Grayscale: #333333. Windows color (decimal): -9888232 or 1580649. OLE color: 1580649.

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

Color convert

RGB1053024-
CMYK00.710.770.59
HSL4.44º62.79%25.29%-
HSV(B)4.44º77.14%41.18%-
XYZ6.4541.3-
YUV51.74112.35165.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.04%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=66.04%
G=18.87%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105302400.710.770.594.4462.7925.29
Hex691E180474D3B43f19
Octal151363001071157347731
Binary1101001111101100001000111100110111101110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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