#691508

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

Shades of Red Oxide #691508

Tints of Red Oxide #691508

Color information

#691508 (or 0x691508) is unknown color: approx Red Oxide. HEX triplet: 69, 15 and 08. RGB value is (105,21,8). Sum of RGB (Red+Green+Blue) = 105+21+8=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #691508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691508 is #96EAF7. Grayscale: #2C2C2C. Windows color (decimal): -9890552 or 529769. OLE color: 529769.

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

Color convert

RGB105218-
CMYK00.800.920.59
HSL8.04º85.84%22.16%-
HSV(B)8.04º92.38%41.18%-
XYZ6.143.560.59-
YUV44.63107.33171.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.36%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 8 (3.52% from 255) = 5.97%
R=78.36%
G=15.67%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10521800.800.920.598.0485.8422.16
Hex691580505C3B85616
Octal15125100120134731012626
Binary11010011010110000101000010111001110111000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691508; }

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

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

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

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

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

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

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

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