#691607

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

Shades of Red Oxide #691607

Tints of Red Oxide #691607

Color information

#691607 (or 0x691607) is unknown color: approx Red Oxide. HEX triplet: 69, 16 and 07. RGB value is (105,22,7). Sum of RGB (Red+Green+Blue) = 105+22+7=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #691607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691607 is #96E9F8. Grayscale: #2D2D2D. Windows color (decimal): -9890297 or 464489. OLE color: 464489.

HSL color Cylindrical-coordinate representation of color #691607: hue angle of 9.18º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #691607 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB105227-
CMYK00.790.930.59
HSL9.18º87.5%21.96%-
HSV(B)9.18º93.33%41.18%-
XYZ6.153.590.57-
YUV45.11106.5170.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.36%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=78.36%
G=16.42%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10522700.790.930.599.1887.521.96
Hex6916704F5D3B95816
Octal1512670117135731113026
Binary1101001101101110100111110111011110111001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691607; }

 p { color: rgb(105,22,7); }

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

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

 a { background-color: rgb(105,22,7); }

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

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

 span { border-color: rgb(105,22,7); }

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