Html Css Color HEX #69373C Merlot

📋 copy color: '#69373C'

red 105 ◦ green 55 ◦ blue 60

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

Shades of Merlot #69373C

Tints of Merlot #69373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 47.73%
G = 25%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#69373C (or 0x69373C) is known color: Merlot. HEX triplet: 69, 37 and 3C. RGB value is (105,55,60). Sum of RGB (Red+Green+Blue) = 105+55+60=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69373C is #96C8C3. Grayscale: #464646. Windows color (decimal): -9881796 or 3946345. OLE color: 3946345.

HSL color Cylindrical-coordinate representation of color #69373C: hue angle of 354º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69373C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 55 60 -
CMYK 0 0.48 0.43 0.59
HSL 354º 0.31% 0.31% -
HSV(B) 354º 0.48% 0.41% -
XYZ 8.01 6.06 5.02 -
YUV 70.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 105 55 60 0 0.48 0.43 0.59 354 0.31 0.31
Hex 69 37 3C 0 30 2B 3B 162 1F 1F
Octal 151 67 74 0 60 53 73 542 37 37
Binary 1101001 110111 111100 0 110000 101011 111011 101100010 11111 11111

Color Harmonies of #69373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69373C

Black with #69373C

Text Example


Text Example

White with #69373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69373C; }

 p { color: rgb(105,55,60); }

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

background-color css

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

 a { background-color: rgb(105,55,60); }

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

border-color css

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

 span { border-color: rgb(105,55,60); }

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