#691603

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

Shades of Red Oxide #691603

Tints of Red Oxide #691603

Color information

#691603 (or 0x691603) is unknown color: approx Red Oxide. HEX triplet: 69, 16 and 03. RGB value is (105,22,3). Sum of RGB (Red+Green+Blue) = 105+22+3=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #691603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691603 is #96E9FC. Grayscale: #2C2C2C. Windows color (decimal): -9890301 or 202345. OLE color: 202345.

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

Color convert

RGB105223-
CMYK00.790.970.59
HSL11.18º94.44%21.18%-
HSV(B)11.18º97.14%41.18%-
XYZ6.133.580.45-
YUV44.65104.5171.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 80.77%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=80.77%
G=16.92%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10522300.790.970.5911.1894.4421.18
Hex6916304F613Bb5e15
Octal1512630117141731313625
Binary110100110110110100111111000011110111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691603; }

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

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

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

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

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

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

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

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