Html Css Color HEX #634D49 Congo Brown

📋 copy color: '#634D49'

red 99 ◦ green 77 ◦ blue 73

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

Shades of Congo Brown #634D49

Tints of Congo Brown #634D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.92%

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 39.76%
G = 30.92%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#634D49 (or 0x634D49) is known color: Congo Brown. HEX triplet: 63, 4D and 49. RGB value is (99,77,73). Sum of RGB (Red+Green+Blue) = 99+77+73=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #634D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D49 is #9CB2B6. Grayscale: #535353. Windows color (decimal): -10269367 or 4803939. OLE color: 4803939.

HSL color Cylindrical-coordinate representation of color #634D49: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #634D49 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 77 73 -
CMYK 0 0.22 0.26 0.61
HSL 9.23º 0.15% 0.34% -
HSV(B) 9.23º 0.26% 0.39% -
XYZ 9 8.44 7.46 -
YUV 83.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 99 77 73 0 0.22 0.26 0.61 9.23 0.15 0.34
Hex 63 4D 49 0 16 1A 3D 9 F 22
Octal 143 115 111 0 26 32 75 11 17 42
Binary 1100011 1001101 1001001 0 10110 11010 111101 1001 1111 100010

Color Harmonies of #634D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D49

Black with #634D49

Text Example


Text Example

White with #634D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634D49; }

 p { color: rgb(99,77,73); }

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

background-color css

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

 a { background-color: rgb(99,77,73); }

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

border-color css

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

 span { border-color: rgb(99,77,73); }

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