Html Css Color HEX #693638 Merlot

📋 copy color: '#693638'

red 105 ◦ green 54 ◦ blue 56

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

Shades of Merlot #693638

Tints of Merlot #693638

RGB

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

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

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

R = 48.84%
G = 25.12%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#693638 (or 0x693638) is known color: Merlot. HEX triplet: 69, 36 and 38. RGB value is (105,54,56). Sum of RGB (Red+Green+Blue) = 105+54+56=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #693638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693638 is #96C9C7. Grayscale: #454545. Windows color (decimal): -9882056 or 3683945. OLE color: 3683945.

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

Color convert

RGB 105 54 56 -
CMYK 0 0.49 0.47 0.59
HSL 357.65º 0.32% 0.31% -
HSV(B) 357.65º 0.49% 0.41% -
XYZ 7.86 5.93 4.47 -
YUV 69.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 105 54 56 0 0.49 0.47 0.59 357.65 0.32 0.31
Hex 69 36 38 0 31 2F 3B 166 20 1F
Octal 151 66 70 0 61 57 73 546 40 37
Binary 1101001 110110 111000 0 110001 101111 111011 101100110 100000 11111

Color Harmonies of #693638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693638

Black with #693638

Text Example


Text Example

White with #693638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693638; }

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

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

background-color css

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

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

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

border-color css

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

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

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