#691D09

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

Shades of Red Oxide #691D09

Tints of Red Oxide #691D09

Color information

#691D09 (or 0x691D09) is unknown color: approx Red Oxide. HEX triplet: 69, 1D and 09. RGB value is (105,29,9). Sum of RGB (Red+Green+Blue) = 105+29+9=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D09 is #96E2F6. Grayscale: #313131. Windows color (decimal): -9888503 or 597353. OLE color: 597353.

HSL color Cylindrical-coordinate representation of color #691D09: hue angle of 12.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #691D09 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB105299-
CMYK00.720.910.59
HSL12.5º84.21%22.35%-
HSV(B)12.5º91.43%41.18%-
XYZ6.313.90.68-
YUV49.44105.18167.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.43%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=73.43%
G=20.28%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10529900.720.910.5912.584.2122.35
Hex691D90485B3Bc5416
Octal15135110110133731412426
Binary11010011110110010100100010110111110111100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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