Html Css Color HEX #682F37 Merlot

📋 copy color: '#682F37'

red 104 ◦ green 47 ◦ blue 55

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

Shades of Merlot #682F37

Tints of Merlot #682F37

RGB

 RED value IS 104 (41.02% from 255) = 50.49%

 GREEN value IS 47 (18.75% from 255) = 22.82%

 BLUE value IS 55 (21.88% from 255) = 26.7%

R = 50.49%
G = 22.82%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#682F37 (or 0x682F37) is known color: Merlot. HEX triplet: 68, 2F and 37. RGB value is (104,47,55). Sum of RGB (Red+Green+Blue) = 104+47+55=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #682F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F37 is #97D0C8. Grayscale: #404040. Windows color (decimal): -9949385 or 3616616. OLE color: 3616616.

HSL color Cylindrical-coordinate representation of color #682F37: hue angle of 351.58º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F37 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 47 55 -
CMYK 0 0.55 0.47 0.59
HSL 351.58º 0.38% 0.3% -
HSV(B) 351.58º 0.55% 0.41% -
XYZ 7.42 5.25 4.24 -
YUV 64.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 104 47 55 0 0.55 0.47 0.59 351.58 0.38 0.3
Hex 68 2F 37 0 37 2F 3B 160 26 1E
Octal 150 57 67 0 67 57 73 540 46 36
Binary 1101000 101111 110111 0 110111 101111 111011 101100000 100110 11110

Color Harmonies of #682F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F37

Black with #682F37

Text Example


Text Example

White with #682F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682F37; }

 p { color: rgb(104,47,55); }

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

background-color css

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

 a { background-color: rgb(104,47,55); }

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

border-color css

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

 span { border-color: rgb(104,47,55); }

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