#691609

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

Shades of Red Oxide #691609

Tints of Red Oxide #691609

Color information

#691609 (or 0x691609) is unknown color: approx Red Oxide. HEX triplet: 69, 16 and 09. RGB value is (105,22,9). Sum of RGB (Red+Green+Blue) = 105+22+9=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #691609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691609 is #96E9F6. Grayscale: #2D2D2D. Windows color (decimal): -9890295 or 595561. OLE color: 595561.

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

Color convert

RGB105229-
CMYK00.790.910.59
HSL8.12º84.21%22.35%-
HSV(B)8.12º91.43%41.18%-
XYZ6.163.60.63-
YUV45.34107.5170.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.21%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=77.21%
G=16.18%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10522900.790.910.598.1284.2122.35
Hex6916904F5B3B85416
Octal15126110117133731012426
Binary11010011011010010100111110110111110111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691609; }

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

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

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

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

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

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

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

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