#691802

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

Shades of Red Oxide #691802

Tints of Red Oxide #691802

Color information

#691802 (or 0x691802) is unknown color: approx Red Oxide. HEX triplet: 69, 18 and 02. RGB value is (105,24,2). Sum of RGB (Red+Green+Blue) = 105+24+2=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #691802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691802 is #96E7FD. Grayscale: #2D2D2D. Windows color (decimal): -9889790 or 137321. OLE color: 137321.

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

Color convert

RGB105242-
CMYK00.770.980.59
HSL12.82º96.26%20.98%-
HSV(B)12.82º98.1%41.18%-
XYZ6.163.660.44-
YUV45.71103.34170.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 80.15%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=80.15%
G=18.32%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10524200.770.980.5912.8296.2620.98
Hex6918204D623Bd6015
Octal1513020115142731514025
Binary110100111000100100110111000101110111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691802; }

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

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

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

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

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

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

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

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