#690F0C

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

Shades of Red Oxide #690F0C

Tints of Red Oxide #690F0C

Color information

#690F0C (or 0x690F0C) is unknown color: approx Red Oxide. HEX triplet: 69, 0F and 0C. RGB value is (105,15,12). Sum of RGB (Red+Green+Blue) = 105+15+12=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #690F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F0C is #96F0F3. Grayscale: #292929. Windows color (decimal): -9892084 or 790377. OLE color: 790377.

HSL color Cylindrical-coordinate representation of color #690F0C: hue angle of 1.94º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690F0C is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1051512-
CMYK00.860.890.59
HSL1.94º79.49%22.94%-
HSV(B)1.94º88.57%41.18%-
XYZ6.063.370.68-
YUV41.57111.32173.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 79.55%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=79.55%
G=11.36%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105151200.860.890.591.9479.4922.94
Hex69FC056593B24f17
Octal1511714012613173211727
Binary11010011111110001010110101100111101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690F0C; }

 p { color: rgb(105,15,12); }

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

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

 a { background-color: rgb(105,15,12); }

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

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

 span { border-color: rgb(105,15,12); }

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