Html Css Color HEX #693A3C Merlot

📋 copy color: '#693A3C'

red 105 ◦ green 58 ◦ blue 60

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

Shades of Merlot #693A3C

Tints of Merlot #693A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 47.09%
G = 26.01%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#693A3C (or 0x693A3C) is known color: Merlot. HEX triplet: 69, 3A and 3C. RGB value is (105,58,60). Sum of RGB (Red+Green+Blue) = 105+58+60=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A3C is #96C5C3. Grayscale: #484848. Windows color (decimal): -9881028 or 3947113. OLE color: 3947113.

HSL color Cylindrical-coordinate representation of color #693A3C: hue angle of 357.45º 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 #693A3C is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 58 60 -
CMYK 0 0.45 0.43 0.59
HSL 357.45º 0.29% 0.32% -
HSV(B) 357.45º 0.45% 0.41% -
XYZ 8.15 6.36 5.07 -
YUV 72.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 105 58 60 0 0.45 0.43 0.59 357.45 0.29 0.32
Hex 69 3A 3C 0 2D 2B 3B 165 1D 20
Octal 151 72 74 0 55 53 73 545 35 40
Binary 1101001 111010 111100 0 101101 101011 111011 101100101 11101 100000

Color Harmonies of #693A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A3C

Black with #693A3C

Text Example


Text Example

White with #693A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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