#691010

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

Shades of Red Oxide #691010

Tints of Red Oxide #691010

Color information

#691010 (or 0x691010) is unknown color: approx Red Oxide. HEX triplet: 69, 10 and 10. RGB value is (105,16,16). Sum of RGB (Red+Green+Blue) = 105+16+16=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #691010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691010 is #96EFEF. Grayscale: #2A2A2A. Windows color (decimal): -9891824 or 1052777. OLE color: 1052777.

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

Color convert

RGB1051616-
CMYK00.850.850.59
HSL73.55%23.73%-
HSV(B)84.76%41.18%-
XYZ6.13.410.83-
YUV42.61112.99172.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 76.64%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=76.64%
G=11.68%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105161600.850.850.59073.5523.73
Hex691010055553B04a18
Octal1512020012512573011230
Binary110100110000100000101010110101011110110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691010; }

 p { color: rgb(105,16,16); }

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

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

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

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

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

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

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