Html Css Color HEX #693841 Merlot

📋 copy color: '#693841'

red 105 ◦ green 56 ◦ blue 65

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

Shades of Merlot #693841

Tints of Merlot #693841

RGB

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

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

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

R = 46.46%
G = 24.78%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#693841 (or 0x693841) is known color: Merlot. HEX triplet: 69, 38 and 41. RGB value is (105,56,65). Sum of RGB (Red+Green+Blue) = 105+56+65=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693841 is #96C7BE. Grayscale: #474747. Windows color (decimal): -9881535 or 4274281. OLE color: 4274281.

HSL color Cylindrical-coordinate representation of color #693841: hue angle of 348.98º 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 #693841 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 65 -
CMYK 0 0.47 0.38 0.59
HSL 348.98º 0.3% 0.32% -
HSV(B) 348.98º 0.47% 0.41% -
XYZ 8.19 6.21 5.77 -
YUV 71.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 105 56 65 0 0.47 0.38 0.59 348.98 0.3 0.32
Hex 69 38 41 0 2F 26 3B 15D 1E 20
Octal 151 70 101 0 57 46 73 535 36 40
Binary 1101001 111000 1000001 0 101111 100110 111011 101011101 11110 100000

Color Harmonies of #693841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693841

Black with #693841

Text Example


Text Example

White with #693841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693841; }

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

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

background-color css

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

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

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

border-color css

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

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

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