Html Css Color HEX #693136 Merlot

📋 copy color: '#693136'

red 105 ◦ green 49 ◦ blue 54

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

Shades of Merlot #693136

Tints of Merlot #693136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 54 (21.48% from 255) = 25.96%

R = 50.48%
G = 23.56%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#693136 (or 0x693136) is known color: Merlot. HEX triplet: 69, 31 and 36. RGB value is (105,49,54). Sum of RGB (Red+Green+Blue) = 105+49+54=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #693136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693136 is #96CEC9. Grayscale: #424242. Windows color (decimal): -9883338 or 3551593. OLE color: 3551593.

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

Color convert

RGB 105 49 54 -
CMYK 0 0.53 0.49 0.59
HSL 354.64º 0.36% 0.3% -
HSV(B) 354.64º 0.53% 0.41% -
XYZ 7.59 5.47 4.15 -
YUV 66.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 105 49 54 0 0.53 0.49 0.59 354.64 0.36 0.3
Hex 69 31 36 0 35 31 3B 163 24 1E
Octal 151 61 66 0 65 61 73 543 44 36
Binary 1101001 110001 110110 0 110101 110001 111011 101100011 100100 11110

Color Harmonies of #693136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693136

Black with #693136

Text Example


Text Example

White with #693136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693136; }

 p { color: rgb(105,49,54); }

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

background-color css

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

 a { background-color: rgb(105,49,54); }

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

border-color css

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

 span { border-color: rgb(105,49,54); }

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