#691801

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

Shades of Red Oxide #691801

Tints of Red Oxide #691801

Color information

#691801 (or 0x691801) is unknown color: approx Red Oxide. HEX triplet: 69, 18 and 01. RGB value is (105,24,1). Sum of RGB (Red+Green+Blue) = 105+24+1=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #691801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691801 is #96E7FE. Grayscale: #2D2D2D. Windows color (decimal): -9889791 or 71785. OLE color: 71785.

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

Color convert

RGB105241-
CMYK00.770.990.59
HSL13.27º98.11%20.78%-
HSV(B)13.27º99.05%41.18%-
XYZ6.163.660.41-
YUV45.6102.84170.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 80.77%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=80.77%
G=18.46%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10524100.770.990.5913.2798.1120.78
Hex6918104D633Bd6215
Octal1513010115143731514225
Binary11010011100010100110111000111110111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691801; }

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

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

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

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

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

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

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

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