Html Css Color HEX #633B3D Merlot

📋 copy color: '#633B3D'

red 99 ◦ green 59 ◦ blue 61

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

Shades of Merlot #633B3D

Tints of Merlot #633B3D

RGB

 RED value IS 99 (39.06% from 255) = 45.21%

 GREEN value IS 59 (23.44% from 255) = 26.94%

 BLUE value IS 61 (24.22% from 255) = 27.85%

R = 45.21%
G = 26.94%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#633B3D (or 0x633B3D) is known color: Merlot. HEX triplet: 63, 3B and 3D. RGB value is (99,59,61). Sum of RGB (Red+Green+Blue) = 99+59+61=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #633B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B3D is #9CC4C2. Grayscale: #474747. Windows color (decimal): -10273987 or 4012899. OLE color: 4012899.

HSL color Cylindrical-coordinate representation of color #633B3D: hue angle of 357º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #633B3D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 59 61 -
CMYK 0 0.40 0.38 0.61
HSL 357º 0.25% 0.31% -
HSV(B) 357º 0.4% 0.39% -
XYZ 7.55 6.12 5.2 -
YUV 71.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 99 59 61 0 0.40 0.38 0.61 357 0.25 0.31
Hex 63 3B 3D 0 28 26 3D 165 19 1F
Octal 143 73 75 0 50 46 75 545 31 37
Binary 1100011 111011 111101 0 101000 100110 111101 101100101 11001 11111

Color Harmonies of #633B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633B3D

Black with #633B3D

Text Example


Text Example

White with #633B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633B3D; }

 p { color: rgb(99,59,61); }

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

background-color css

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

 a { background-color: rgb(99,59,61); }

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

border-color css

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

 span { border-color: rgb(99,59,61); }

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