#691D15

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

Shades of Red Oxide #691D15

Tints of Red Oxide #691D15

Color information

#691D15 (or 0x691D15) is unknown color: approx Red Oxide. HEX triplet: 69, 1D and 15. RGB value is (105,29,21). Sum of RGB (Red+Green+Blue) = 105+29+21=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #691D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D15 is #96E2EA. Grayscale: #323232. Windows color (decimal): -9888491 or 1383785. OLE color: 1383785.

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

Color convert

RGB1052921-
CMYK00.720.800.59
HSL5.71º66.67%24.71%-
HSV(B)5.71º80%41.18%-
XYZ6.43.941.13-
YUV50.81111.18166.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.74%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=67.74%
G=18.71%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105292100.720.800.595.7166.6724.71
Hex691D15048503B64319
Octal1513525011012073610331
Binary11010011110110101010010001010000111011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,29,21); }

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

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

 a { background-color: rgb(105,29,21); }

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

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

 span { border-color: rgb(105,29,21); }

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