Html Css Color HEX #69363E Merlot

📋 copy color: '#69363E'

red 105 ◦ green 54 ◦ blue 62

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

Shades of Merlot #69363E

Tints of Merlot #69363E

RGB

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

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

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

R = 47.51%
G = 24.43%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69363E (or 0x69363E) is known color: Merlot. HEX triplet: 69, 36 and 3E. RGB value is (105,54,62). Sum of RGB (Red+Green+Blue) = 105+54+62=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #69363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69363E is #96C9C1. Grayscale: #464646. Windows color (decimal): -9882050 or 4077161. OLE color: 4077161.

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

Color convert

RGB 105 54 62 -
CMYK 0 0.49 0.41 0.59
HSL 350.59º 0.32% 0.31% -
HSV(B) 350.59º 0.49% 0.41% -
XYZ 8.01 5.99 5.29 -
YUV 70.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 105 54 62 0 0.49 0.41 0.59 350.59 0.32 0.31
Hex 69 36 3E 0 31 29 3B 15F 20 1F
Octal 151 66 76 0 61 51 73 537 40 37
Binary 1101001 110110 111110 0 110001 101001 111011 101011111 100000 11111

Color Harmonies of #69363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69363E

Black with #69363E

Text Example


Text Example

White with #69363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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