#692E36

Color #692E36 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #692E36

Tints of Merlot #692E36

Color information

#692E36 (or 0x692E36) is unknown color: approx Merlot. HEX triplet: 69, 2E and 36. RGB value is (105,46,54). Sum of RGB (Red+Green+Blue) = 105+46+54=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #692E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E36 is #96D1C9. Grayscale: #404040. Windows color (decimal): -9884106 or 3550825. OLE color: 3550825.

HSL color Cylindrical-coordinate representation of color #692E36: hue angle of 351.86º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #692E36 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1054654-
CMYK00.560.490.59
HSL351.86º39.07%29.61%-
HSV(B)351.86º56.19%41.18%-
XYZ7.475.224.1-
YUV64.55122.05156.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=51.22%
G=22.44%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105465400.560.490.59351.8639.0729.61
Hex692E36038313B160271e
Octal151566607061735404736
Binary1101001101110110110011100011000111101110110000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692E36; }

 p { color: rgb(105,46,54); }

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

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

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

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

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

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

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