#691509

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

Shades of Red Oxide #691509

Tints of Red Oxide #691509

Color information

#691509 (or 0x691509) is unknown color: approx Red Oxide. HEX triplet: 69, 15 and 09. RGB value is (105,21,9). Sum of RGB (Red+Green+Blue) = 105+21+9=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #691509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691509 is #96EAF6. Grayscale: #2C2C2C. Windows color (decimal): -9890551 or 595305. OLE color: 595305.

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

Color convert

RGB105219-
CMYK00.800.910.59
HSL7.5º84.21%22.35%-
HSV(B)7.5º91.43%41.18%-
XYZ6.143.560.62-
YUV44.75107.83170.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.78%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=77.78%
G=15.56%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10521900.800.910.597.584.2122.35
Hex691590505B3B85416
Octal15125110120133731012426
Binary11010011010110010101000010110111110111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691509; }

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

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

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

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

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

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

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

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