#692116

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

Shades of Red Oxide #692116

Tints of Red Oxide #692116

Color information

#692116 (or 0x692116) is unknown color: approx Red Oxide. HEX triplet: 69, 21 and 16. RGB value is (105,33,22). Sum of RGB (Red+Green+Blue) = 105+33+22=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #692116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692116 is #96DEE9. Grayscale: #353535. Windows color (decimal): -9887466 or 1450345. OLE color: 1450345.

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

Color convert

RGB1053322-
CMYK00.690.790.59
HSL7.95º65.35%24.9%-
HSV(B)7.95º79.05%41.18%-
XYZ6.514.151.22-
YUV53.27110.35164.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=65.62%
G=20.62%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105332200.690.790.597.9565.3524.9
Hex6921160454F3B84119
Octal15141260105117731010131
Binary1101001100001101100100010110011111110111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692116; }

 p { color: rgb(105,33,22); }

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

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

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

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

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

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

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