Html Css Color HEX #693438 Merlot

📋 copy color: '#693438'

red 105 ◦ green 52 ◦ blue 56

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

Shades of Merlot #693438

Tints of Merlot #693438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

 BLUE value IS 56 (22.27% from 255) = 26.29%

R = 49.3%
G = 24.41%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#693438 (or 0x693438) is known color: Merlot. HEX triplet: 69, 34 and 38. RGB value is (105,52,56). Sum of RGB (Red+Green+Blue) = 105+52+56=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693438 is #96CBC7. Grayscale: #444444. Windows color (decimal): -9882568 or 3683433. OLE color: 3683433.

HSL color Cylindrical-coordinate representation of color #693438: hue angle of 355.47º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693438 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 52 56 -
CMYK 0 0.50 0.47 0.59
HSL 355.47º 0.34% 0.31% -
HSV(B) 355.47º 0.5% 0.41% -
XYZ 7.77 5.74 4.44 -
YUV 68.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 105 52 56 0 0.50 0.47 0.59 355.47 0.34 0.31
Hex 69 34 38 0 32 2F 3B 163 22 1F
Octal 151 64 70 0 62 57 73 543 42 37
Binary 1101001 110100 111000 0 110010 101111 111011 101100011 100010 11111

Color Harmonies of #693438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693438

Black with #693438

Text Example


Text Example

White with #693438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693438; }

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

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

background-color css

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

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

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

border-color css

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

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

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