#692F38

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

Shades of Merlot #692F38

Tints of Merlot #692F38

Color information

#692F38 (or 0x692F38) is unknown color: approx Merlot. HEX triplet: 69, 2F and 38. RGB value is (105,47,56). Sum of RGB (Red+Green+Blue) = 105+47+56=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #692F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692F38 is #96D0C7. Grayscale: #414141. Windows color (decimal): -9883848 or 3682153. OLE color: 3682153.

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

Color convert

RGB1054756-
CMYK00.550.470.59
HSL350.69º38.16%29.8%-
HSV(B)350.69º55.24%41.18%-
XYZ7.565.324.37-
YUV65.37122.72156.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=50.48%
G=22.60%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105475600.550.470.59350.6938.1629.8
Hex692F380372F3B15f261e
Octal151577006757735374636
Binary1101001101111111000011011110111111101110101111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,47,56); }

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

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

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

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

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

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

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