#691E19

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

Shades of Red Oxide #691E19

Tints of Red Oxide #691E19

Color information

#691E19 (or 0x691E19) is unknown color: approx Red Oxide. HEX triplet: 69, 1E and 19. RGB value is (105,30,25). Sum of RGB (Red+Green+Blue) = 105+30+25=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #691E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E19 is #96E1E6. Grayscale: #333333. Windows color (decimal): -9888231 or 1646185. OLE color: 1646185.

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

Color convert

RGB1053025-
CMYK00.710.760.59
HSL3.75º61.54%25.49%-
HSV(B)3.75º76.19%41.18%-
XYZ6.4741.35-
YUV51.86112.85165.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=65.62%
G=18.75%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105302500.710.760.593.7561.5425.49
Hex691E190474C3B43e19
Octal151363101071147347631
Binary1101001111101100101000111100110011101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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