Html Css Color HEX #693435 Merlot

📋 copy color: '#693435'

red 105 ◦ green 52 ◦ blue 53

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

Shades of Merlot #693435

Tints of Merlot #693435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 50%
G = 24.76%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#693435 (or 0x693435) is known color: Merlot. HEX triplet: 69, 34 and 35. RGB value is (105,52,53). Sum of RGB (Red+Green+Blue) = 105+52+53=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693435 is #96CBCA. Grayscale: #444444. Windows color (decimal): -9882571 or 3486825. OLE color: 3486825.

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

Color convert

RGB 105 52 53 -
CMYK 0 0.50 0.50 0.59
HSL 358.87º 0.34% 0.31% -
HSV(B) 358.87º 0.5% 0.41% -
XYZ 7.7 5.72 4.07 -
YUV 67.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 105 52 53 0 0.50 0.50 0.59 358.87 0.34 0.31
Hex 69 34 35 0 32 32 3B 167 22 1F
Octal 151 64 65 0 62 62 73 547 42 37
Binary 1101001 110100 110101 0 110010 110010 111011 101100111 100010 11111

Color Harmonies of #693435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693435

Black with #693435

Text Example


Text Example

White with #693435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693435; }

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

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

background-color css

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

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

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

border-color css

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

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

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