Html Css Color HEX #693037 Merlot

📋 copy color: '#693037'

red 105 ◦ green 48 ◦ blue 55

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

Shades of Merlot #693037

Tints of Merlot #693037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

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

R = 50.48%
G = 23.08%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#693037 (or 0x693037) is known color: Merlot. HEX triplet: 69, 30 and 37. RGB value is (105,48,55). Sum of RGB (Red+Green+Blue) = 105+48+55=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #693037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693037 is #96CFC8. Grayscale: #414141. Windows color (decimal): -9883593 or 3616873. OLE color: 3616873.

HSL color Cylindrical-coordinate representation of color #693037: hue angle of 352.63º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693037 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 48 55 -
CMYK 0 0.54 0.48 0.59
HSL 352.63º 0.37% 0.3% -
HSV(B) 352.63º 0.54% 0.41% -
XYZ 7.57 5.39 4.26 -
YUV 65.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 105 48 55 0 0.54 0.48 0.59 352.63 0.37 0.3
Hex 69 30 37 0 36 30 3B 161 25 1E
Octal 151 60 67 0 66 60 73 541 45 36
Binary 1101001 110000 110111 0 110110 110000 111011 101100001 100101 11110

Color Harmonies of #693037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693037

Black with #693037

Text Example


Text Example

White with #693037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693037; }

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

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

background-color css

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

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

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

border-color css

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

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

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