#691803

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

Shades of Red Oxide #691803

Tints of Red Oxide #691803

Color information

#691803 (or 0x691803) is unknown color: approx Red Oxide. HEX triplet: 69, 18 and 03. RGB value is (105,24,3). Sum of RGB (Red+Green+Blue) = 105+24+3=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #691803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691803 is #96E7FC. Grayscale: #2D2D2D. Windows color (decimal): -9889789 or 202857. OLE color: 202857.

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

Color convert

RGB105243-
CMYK00.770.970.59
HSL12.35º94.44%21.18%-
HSV(B)12.35º97.14%41.18%-
XYZ6.173.660.47-
YUV45.82103.84170.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 79.55%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=79.55%
G=18.18%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10524300.770.970.5912.3594.4421.18
Hex6918304D613Bc5e15
Octal1513030115141731413625
Binary110100111000110100110111000011110111100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691803; }

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

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

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

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

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

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

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

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