#691C19

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

Shades of Red Oxide #691C19

Tints of Red Oxide #691C19

Color information

#691C19 (or 0x691C19) is unknown color: approx Red Oxide. HEX triplet: 69, 1C and 19. RGB value is (105,28,25). Sum of RGB (Red+Green+Blue) = 105+28+25=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #691C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C19 is #96E3E6. Grayscale: #323232. Windows color (decimal): -9888743 or 1645673. OLE color: 1645673.

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

Color convert

RGB1052825-
CMYK00.730.760.59
HSL2.25º61.54%25.49%-
HSV(B)2.25º76.19%41.18%-
XYZ6.423.91.34-
YUV50.68113.51166.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.46%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=66.46%
G=17.72%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105282500.730.760.592.2561.5425.49
Hex691C190494C3B23e19
Octal151343101111147327631
Binary110100111100110010100100110011001110111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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