Html Css Color HEX #693839 Merlot

📋 copy color: '#693839'

red 105 ◦ green 56 ◦ blue 57

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

Shades of Merlot #693839

Tints of Merlot #693839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 48.17%
G = 25.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#693839 (or 0x693839) is known color: Merlot. HEX triplet: 69, 38 and 39. RGB value is (105,56,57). Sum of RGB (Red+Green+Blue) = 105+56+57=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #693839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693839 is #96C7C6. Grayscale: #464646. Windows color (decimal): -9881543 or 3749993. OLE color: 3749993.

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

Color convert

RGB 105 56 57 -
CMYK 0 0.47 0.46 0.59
HSL 358.78º 0.3% 0.32% -
HSV(B) 358.78º 0.47% 0.41% -
XYZ 7.98 6.13 4.63 -
YUV 70.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 105 56 57 0 0.47 0.46 0.59 358.78 0.3 0.32
Hex 69 38 39 0 2F 2E 3B 167 1E 20
Octal 151 70 71 0 57 56 73 547 36 40
Binary 1101001 111000 111001 0 101111 101110 111011 101100111 11110 100000

Color Harmonies of #693839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693839

Black with #693839

Text Example


Text Example

White with #693839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693839; }

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

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

background-color css

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

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

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

border-color css

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

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

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