Html Css Color HEX #69353E Merlot

📋 copy color: '#69353E'

red 105 ◦ green 53 ◦ blue 62

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

Shades of Merlot #69353E

Tints of Merlot #69353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 47.73%
G = 24.09%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69353E (or 0x69353E) is known color: Merlot. HEX triplet: 69, 35 and 3E. RGB value is (105,53,62). Sum of RGB (Red+Green+Blue) = 105+53+62=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69353E is #96CAC1. Grayscale: #454545. Windows color (decimal): -9882306 or 4076905. OLE color: 4076905.

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

Color convert

RGB 105 53 62 -
CMYK 0 0.50 0.41 0.59
HSL 349.62º 0.33% 0.31% -
HSV(B) 349.62º 0.5% 0.41% -
XYZ 7.97 5.9 5.28 -
YUV 69.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 105 53 62 0 0.50 0.41 0.59 349.62 0.33 0.31
Hex 69 35 3E 0 32 29 3B 15E 21 1F
Octal 151 65 76 0 62 51 73 536 41 37
Binary 1101001 110101 111110 0 110010 101001 111011 101011110 100001 11111

Color Harmonies of #69353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69353E

Black with #69353E

Text Example


Text Example

White with #69353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69353E; }

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

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

background-color css

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

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

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

border-color css

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

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

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