Html Css Color HEX #69363D Merlot

📋 copy color: '#69363D'

red 105 ◦ green 54 ◦ blue 61

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

Shades of Merlot #69363D

Tints of Merlot #69363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 47.73%
G = 24.55%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69363D (or 0x69363D) is known color: Merlot. HEX triplet: 69, 36 and 3D. RGB value is (105,54,61). Sum of RGB (Red+Green+Blue) = 105+54+61=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69363D is #96C9C2. Grayscale: #464646. Windows color (decimal): -9882051 or 4011625. OLE color: 4011625.

HSL color Cylindrical-coordinate representation of color #69363D: hue angle of 351.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69363D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 54 61 -
CMYK 0 0.49 0.42 0.59
HSL 351.76º 0.32% 0.31% -
HSV(B) 351.76º 0.49% 0.41% -
XYZ 7.99 5.98 5.15 -
YUV 70.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 105 54 61 0 0.49 0.42 0.59 351.76 0.32 0.31
Hex 69 36 3D 0 31 2A 3B 160 20 1F
Octal 151 66 75 0 61 52 73 540 40 37
Binary 1101001 110110 111101 0 110001 101010 111011 101100000 100000 11111

Color Harmonies of #69363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69363D

Black with #69363D

Text Example


Text Example

White with #69363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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