#693638

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

Shades of Merlot #693638

Tints of Merlot #693638

Color information

#693638 (or 0x693638) is unknown color: approx Merlot. HEX triplet: 69, 36 and 38. RGB value is (105,54,56). Sum of RGB (Red+Green+Blue) = 105+54+56=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #693638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693638 is #96C9C7. Grayscale: #454545. Windows color (decimal): -9882056 or 3683945. OLE color: 3683945.

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

Color convert

RGB1055456-
CMYK00.490.470.59
HSL357.65º32.08%31.18%-
HSV(B)357.65º48.57%41.18%-
XYZ7.865.934.47-
YUV69.48120.4153.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=48.84%
G=25.12%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105545600.490.470.59357.6532.0831.18
Hex6936380312F3B166201f
Octal151667006157735464037
Binary1101001110110111000011000110111111101110110011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693638; }

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

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

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

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

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

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

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

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