Html Css Color HEX #634D46 Congo Brown

📋 copy color: '#634D46'

red 99 ◦ green 77 ◦ blue 70

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

Shades of Congo Brown #634D46

Tints of Congo Brown #634D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 40.24%
G = 31.3%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#634D46 (or 0x634D46) is known color: Congo Brown. HEX triplet: 63, 4D and 46. RGB value is (99,77,70). Sum of RGB (Red+Green+Blue) = 99+77+70=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #634D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D46 is #9CB2B9. Grayscale: #525252. Windows color (decimal): -10269370 or 4607331. OLE color: 4607331.

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

Color convert

RGB 99 77 70 -
CMYK 0 0.22 0.29 0.61
HSL 14.48º 0.17% 0.33% -
HSV(B) 14.48º 0.29% 0.39% -
XYZ 8.9 8.4 6.95 -
YUV 82.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 99 77 70 0 0.22 0.29 0.61 14.48 0.17 0.33
Hex 63 4D 46 0 16 1D 3D E 11 21
Octal 143 115 106 0 26 35 75 16 21 41
Binary 1100011 1001101 1000110 0 10110 11101 111101 1110 10001 100001

Color Harmonies of #634D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D46

Black with #634D46

Text Example


Text Example

White with #634D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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