#691408

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

Shades of Red Oxide #691408

Tints of Red Oxide #691408

Color information

#691408 (or 0x691408) is unknown color: approx Red Oxide. HEX triplet: 69, 14 and 08. RGB value is (105,20,8). Sum of RGB (Red+Green+Blue) = 105+20+8=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #691408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691408 is #96EBF7. Grayscale: #2C2C2C. Windows color (decimal): -9890808 or 529513. OLE color: 529513.

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

Color convert

RGB105208-
CMYK00.810.920.59
HSL7.42º85.84%22.16%-
HSV(B)7.42º92.38%41.18%-
XYZ6.123.520.59-
YUV44.05107.66171.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.95%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=78.95%
G=15.04%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10520800.810.920.597.4285.8422.16
Hex691480515C3B75616
Octal1512410012113473712626
Binary1101001101001000010100011011100111011111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691408; }

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

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

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

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

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

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

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

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