#691B09

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

Shades of Red Oxide #691B09

Tints of Red Oxide #691B09

Color information

#691B09 (or 0x691B09) is unknown color: approx Red Oxide. HEX triplet: 69, 1B and 09. RGB value is (105,27,9). Sum of RGB (Red+Green+Blue) = 105+27+9=141 (18% of max value = 765). Red value is 105 (41.41% from 255 or 74.47% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 105 - color contains mainly: red. Hex color #691B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691B09 is #96E4F6. Grayscale: #303030. Windows color (decimal): -9889015 or 596841. OLE color: 596841.

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

Color convert

RGB105279-
CMYK00.740.910.59
HSL11.25º84.21%22.35%-
HSV(B)11.25º91.43%41.18%-
XYZ6.273.810.66-
YUV48.27105.84168.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 74.47%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=74.47%
G=19.15%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10527900.740.910.5911.2584.2122.35
Hex691B904A5B3Bb5416
Octal15133110112133731312426
Binary11010011101110010100101010110111110111011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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