Html Css Color HEX #693A41 Merlot

📋 copy color: '#693A41'

red 105 ◦ green 58 ◦ blue 65

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

Shades of Merlot #693A41

Tints of Merlot #693A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 46.05%
G = 25.44%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#693A41 (or 0x693A41) is known color: Merlot. HEX triplet: 69, 3A and 41. RGB value is (105,58,65). Sum of RGB (Red+Green+Blue) = 105+58+65=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #693A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A41 is #96C5BE. Grayscale: #484848. Windows color (decimal): -9881023 or 4274793. OLE color: 4274793.

HSL color Cylindrical-coordinate representation of color #693A41: hue angle of 351.06º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A41 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 58 65 -
CMYK 0 0.45 0.38 0.59
HSL 351.06º 0.29% 0.32% -
HSV(B) 351.06º 0.45% 0.41% -
XYZ 8.29 6.41 5.8 -
YUV 72.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 105 58 65 0 0.45 0.38 0.59 351.06 0.29 0.32
Hex 69 3A 41 0 2D 26 3B 15F 1D 20
Octal 151 72 101 0 55 46 73 537 35 40
Binary 1101001 111010 1000001 0 101101 100110 111011 101011111 11101 100000

Color Harmonies of #693A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A41

Black with #693A41

Text Example


Text Example

White with #693A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693A41; }

 p { color: rgb(105,58,65); }

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

background-color css

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

 a { background-color: rgb(105,58,65); }

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

border-color css

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

 span { border-color: rgb(105,58,65); }

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