Html Css Color HEX #693537 Merlot

📋 copy color: '#693537'

red 105 ◦ green 53 ◦ blue 55

#693537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #693537

Tints of Merlot #693537

RGB

 RED value IS 105 (41.41% from 255) = 49.3%

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 49.3%
G = 24.88%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#693537 (or 0x693537) is known color: Merlot. HEX triplet: 69, 35 and 37. RGB value is (105,53,55). Sum of RGB (Red+Green+Blue) = 105+53+55=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693537 is #96CAC8. Grayscale: #444444. Windows color (decimal): -9882313 or 3618153. OLE color: 3618153.

HSL color Cylindrical-coordinate representation of color #693537: hue angle of 357.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693537 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 53 55 -
CMYK 0 0.50 0.48 0.59
HSL 357.69º 0.33% 0.31% -
HSV(B) 357.69º 0.5% 0.41% -
XYZ 7.79 5.83 4.33 -
YUV 68.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 105 53 55 0 0.50 0.48 0.59 357.69 0.33 0.31
Hex 69 35 37 0 32 30 3B 166 21 1F
Octal 151 65 67 0 62 60 73 546 41 37
Binary 1101001 110101 110111 0 110010 110000 111011 101100110 100001 11111

Color Harmonies of #693537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693537

Black with #693537

Text Example


Text Example

White with #693537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693537; }

 p { color: rgb(105,53,55); }

 H1.HeaderClassName
 {
   color: #693537;
 }
 .AnyTagClassName
 {
   color: #693537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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