Html Css Color HEX #634D4C Congo Brown

📋 copy color: '#634D4C'

red 99 ◦ green 77 ◦ blue 76

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

Shades of Congo Brown #634D4C

Tints of Congo Brown #634D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 39.29%
G = 30.56%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#634D4C (or 0x634D4C) is known color: Congo Brown. HEX triplet: 63, 4D and 4C. RGB value is (99,77,76). Sum of RGB (Red+Green+Blue) = 99+77+76=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #634D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D4C is #9CB2B3. Grayscale: #535353. Windows color (decimal): -10269364 or 5000547. OLE color: 5000547.

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

Color convert

RGB 99 77 76 -
CMYK 0 0.22 0.23 0.61
HSL 2.61º 0.13% 0.34% -
HSV(B) 2.61º 0.23% 0.39% -
XYZ 9.1 8.48 7.99 -
YUV 83.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 99 77 76 0 0.22 0.23 0.61 2.61 0.13 0.34
Hex 63 4D 4C 0 16 17 3D 3 D 22
Octal 143 115 114 0 26 27 75 3 15 42
Binary 1100011 1001101 1001100 0 10110 10111 111101 11 1101 100010

Color Harmonies of #634D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D4C

Black with #634D4C

Text Example


Text Example

White with #634D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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