#691B0F

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

Shades of Red Oxide #691B0F

Tints of Red Oxide #691B0F

Color information

#691B0F (or 0x691B0F) is unknown color: approx Red Oxide. HEX triplet: 69, 1B and 0F. RGB value is (105,27,15). Sum of RGB (Red+Green+Blue) = 105+27+15=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #691B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691B0F is #96E4F0. Grayscale: #313131. Windows color (decimal): -9889009 or 990057. OLE color: 990057.

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

Color convert

RGB1052715-
CMYK00.740.860.59
HSL75%23.53%-
HSV(B)85.71%41.18%-
XYZ6.33.820.86-
YUV48.95108.84167.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=71.43%
G=18.37%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105271500.740.860.5987523.53
Hex691BF04A563B84b18
Octal15133170112126731011330
Binary11010011101111110100101010101101110111000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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