#691A19

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

Shades of Red Oxide #691A19

Tints of Red Oxide #691A19

Color information

#691A19 (or 0x691A19) is unknown color: approx Red Oxide. HEX triplet: 69, 1A and 19. RGB value is (105,26,25). Sum of RGB (Red+Green+Blue) = 105+26+25=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A19 is #96E5E6. Grayscale: #313131. Windows color (decimal): -9889255 or 1645161. OLE color: 1645161.

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

Color convert

RGB1052625-
CMYK00.750.760.59
HSL0.75º61.54%25.49%-
HSV(B)0.75º76.19%41.18%-
XYZ6.373.811.32-
YUV49.51114.17167.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.31%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=67.31%
G=16.67%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105262500.750.760.590.7561.5425.49
Hex691A1904B4C3B13e19
Octal151323101131147317631
Binary11010011101011001010010111001100111011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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