Html Css Color HEX #68383A Merlot

📋 copy color: '#68383A'

red 104 ◦ green 56 ◦ blue 58

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

Shades of Merlot #68383A

Tints of Merlot #68383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 47.71%
G = 25.69%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68383A (or 0x68383A) is known color: Merlot. HEX triplet: 68, 38 and 3A. RGB value is (104,56,58). Sum of RGB (Red+Green+Blue) = 104+56+58=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68383A is #97C7C5. Grayscale: #464646. Windows color (decimal): -9947078 or 3815528. OLE color: 3815528.

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

Color convert

RGB 104 56 58 -
CMYK 0 0.46 0.44 0.59
HSL 357.5º 0.3% 0.31% -
HSV(B) 357.5º 0.46% 0.41% -
XYZ 7.89 6.08 4.76 -
YUV 70.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 104 56 58 0 0.46 0.44 0.59 357.5 0.3 0.31
Hex 68 38 3A 0 2E 2C 3B 166 1E 1F
Octal 150 70 72 0 56 54 73 546 36 37
Binary 1101000 111000 111010 0 101110 101100 111011 101100110 11110 11111

Color Harmonies of #68383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68383A

Black with #68383A

Text Example


Text Example

White with #68383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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