#691A0F

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

Shades of Red Oxide #691A0F

Tints of Red Oxide #691A0F

Color information

#691A0F (or 0x691A0F) is unknown color: approx Red Oxide. HEX triplet: 69, 1A and 0F. RGB value is (105,26,15). Sum of RGB (Red+Green+Blue) = 105+26+15=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #691A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A0F is #96E5F0. Grayscale: #303030. Windows color (decimal): -9889265 or 989801. OLE color: 989801.

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

Color convert

RGB1052615-
CMYK00.750.860.59
HSL7.33º75%23.53%-
HSV(B)7.33º85.71%41.18%-
XYZ6.283.780.85-
YUV48.37109.17168.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.92%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=71.92%
G=17.81%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105261500.750.860.597.337523.53
Hex691AF04B563B74b18
Octal1513217011312673711330
Binary1101001110101111010010111010110111011111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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