Html Css Color HEX #683338 Merlot

📋 copy color: '#683338'

red 104 ◦ green 51 ◦ blue 56

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

Shades of Merlot #683338

Tints of Merlot #683338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 49.29%
G = 24.17%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#683338 (or 0x683338) is known color: Merlot. HEX triplet: 68, 33 and 38. RGB value is (104,51,56). Sum of RGB (Red+Green+Blue) = 104+51+56=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #683338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683338 is #97CCC7. Grayscale: #434343. Windows color (decimal): -9948360 or 3683176. OLE color: 3683176.

HSL color Cylindrical-coordinate representation of color #683338: hue angle of 354.34º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683338 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 56 -
CMYK 0 0.51 0.46 0.59
HSL 354.34º 0.34% 0.3% -
HSV(B) 354.34º 0.51% 0.41% -
XYZ 7.61 5.6 4.42 -
YUV 67.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 104 51 56 0 0.51 0.46 0.59 354.34 0.34 0.3
Hex 68 33 38 0 33 2E 3B 162 22 1E
Octal 150 63 70 0 63 56 73 542 42 36
Binary 1101000 110011 111000 0 110011 101110 111011 101100010 100010 11110

Color Harmonies of #683338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683338

Black with #683338

Text Example


Text Example

White with #683338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683338; }

 p { color: rgb(104,51,56); }

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

background-color css

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

 a { background-color: rgb(104,51,56); }

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

border-color css

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

 span { border-color: rgb(104,51,56); }

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