#691404

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

Shades of Red Oxide #691404

Tints of Red Oxide #691404

Color information

#691404 (or 0x691404) is unknown color: approx Red Oxide. HEX triplet: 69, 14 and 04. RGB value is (105,20,4). Sum of RGB (Red+Green+Blue) = 105+20+4=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #691404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691404 is #96EBFB. Grayscale: #2B2B2B. Windows color (decimal): -9890812 or 267369. OLE color: 267369.

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

Color convert

RGB105204-
CMYK00.810.960.59
HSL9.5º92.66%21.37%-
HSV(B)9.5º96.19%41.18%-
XYZ6.13.510.47-
YUV43.59105.66171.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 81.40%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=81.40%
G=15.50%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10520400.810.960.599.592.6621.37
Hex69144051603Ba5d15
Octal1512440121140731213525
Binary1101001101001000101000111000001110111010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691404; }

 p { color: rgb(105,20,4); }

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

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

 a { background-color: rgb(105,20,4); }

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

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

 span { border-color: rgb(105,20,4); }

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