Html Css Color HEX #634C49 Congo Brown

📋 copy color: '#634C49'

red 99 ◦ green 76 ◦ blue 73

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

Shades of Congo Brown #634C49

Tints of Congo Brown #634C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.65%

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

R = 39.92%
G = 30.65%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#634C49 (or 0x634C49) is known color: Congo Brown. HEX triplet: 63, 4C and 49. RGB value is (99,76,73). Sum of RGB (Red+Green+Blue) = 99+76+73=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #634C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C49 is #9CB3B6. Grayscale: #525252. Windows color (decimal): -10269623 or 4803683. OLE color: 4803683.

HSL color Cylindrical-coordinate representation of color #634C49: hue angle of 6.92º 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 #634C49 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 76 73 -
CMYK 0 0.23 0.26 0.61
HSL 6.92º 0.15% 0.34% -
HSV(B) 6.92º 0.26% 0.39% -
XYZ 8.93 8.3 7.44 -
YUV 82.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 99 76 73 0 0.23 0.26 0.61 6.92 0.15 0.34
Hex 63 4C 49 0 17 1A 3D 7 F 22
Octal 143 114 111 0 27 32 75 7 17 42
Binary 1100011 1001100 1001001 0 10111 11010 111101 111 1111 100010

Color Harmonies of #634C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C49

Black with #634C49

Text Example


Text Example

White with #634C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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